Color spaces of #bba4ca
RGB | 187 | 164 | 202 |
---|---|---|---|
HSL | 0.77 | 0.26 | 0.72 |
HSV | 276° | 19° | 79° |
CMYK | 0.07 | 0.19 | 0.00 0.21 |
XYZ | 44.4296 | 41.3800 | 61.5226 |
Yxy | 41.3800 | 0.3016 | 0.2809 |
Hunter Lab | 64.3273 | 10.7137 | -11.6758 |
CIE-Lab | 70.4413 | 15.4523 | -16.3071 |
#bba4ca color RGB value is (187,164,202).
#bba4ca hex color red value is 187, green value is 164 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bba4ca hue: 0.77 , saturation: 0.26 and the lightness value of bba4ca is 0.72.
The process color (four color CMYK) of #bba4ca color hex is 0.07, 0.19, 0.00, 0.21. Web safe color of #bba4ca is #cc99cc. Color #bba4ca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10100100 | 11001010 |
Octal | 273 | 244 | 312 |
Decimal | 187 | 164 | 202 |
Hex | BB | A4 | CA |
Shades of #bba4ca
Tints of #bba4ca
RGB Percentages of Color #bba4ca
CMYK Percentages of Color #bba4ca
Complementary Color
#bba4ca | #b3caa4 |
#bba4ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bba4ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#bba4ca Color CSS Codes
.mybgcolor {background-color:#bba4ca; } .myforecolor {color:#bba4ca; } .mybordercolor {border:3px solid #bba4ca; }
#bba4ca Text Font Color
<p style="color:#bba4ca">Text here</p>
This sample text font color is #bba4ca
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#bba4ca Background Color
<div style="background-color:#bba4ca">
Div content here</div>
This div background color is #bba4ca
#bba4ca Border Color
<div style="border:3px solid #bba4ca">
Div here</div>
This div border color is #bba4ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,164,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bba4ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bba4ca; -webkit-box-shadow: 1px 1px 3px 2px #bba4ca; box-shadow: 1px 1px 3px 2px #bba4ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,164,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bba4ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bba4ca; -webkit-box-shadow: 1px 1px 3px 2px #bba4ca; box-shadow: 1px 1px 3px 2px #bba4ca;">
Div content here</div>
This div box has shadow with color #bba4ca
Comments
No comments written yet.
Please login to write comment.