Color spaces of #bbaaca
RGB | 187 | 170 | 202 |
---|---|---|---|
HSL | 0.76 | 0.23 | 0.73 |
HSV | 272° | 16° | 79° |
CMYK | 0.07 | 0.16 | 0.00 0.21 |
XYZ | 45.5289 | 43.5785 | 61.8890 |
Yxy | 43.5785 | 0.3015 | 0.2886 |
Hunter Lab | 66.0140 | 7.5843 | -9.3753 |
CIE-Lab | 71.9459 | 12.1417 | -14.0407 |
#bbaaca color RGB value is (187,170,202).
#bbaaca hex color red value is 187, green value is 170 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bbaaca hue: 0.76 , saturation: 0.23 and the lightness value of bbaaca is 0.73.
The process color (four color CMYK) of #bbaaca color hex is 0.07, 0.16, 0.00, 0.21. Web safe color of #bbaaca is #cc99cc. Color #bbaaca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10101010 | 11001010 |
Octal | 273 | 252 | 312 |
Decimal | 187 | 170 | 202 |
Hex | BB | AA | CA |
Shades of #bbaaca
Tints of #bbaaca
RGB Percentages of Color #bbaaca
CMYK Percentages of Color #bbaaca
Complementary Color
#bbaaca | #b9caaa |
#bbaaca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbaaca Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbaaca Color CSS Codes
.mybgcolor {background-color:#bbaaca; } .myforecolor {color:#bbaaca; } .mybordercolor {border:3px solid #bbaaca; }
#bbaaca Text Font Color
<p style="color:#bbaaca">Text here</p>
This sample text font color is #bbaaca
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.
#bbaaca Background Color
<div style="background-color:#bbaaca">
Div content here</div>
This div background color is #bbaaca
#bbaaca Border Color
<div style="border:3px solid #bbaaca">
Div here</div>
This div border color is #bbaaca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,170,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbaaca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbaaca; -webkit-box-shadow: 1px 1px 3px 2px #bbaaca; box-shadow: 1px 1px 3px 2px #bbaaca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,170,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 #bbaaca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbaaca; -webkit-box-shadow: 1px 1px 3px 2px #bbaaca; box-shadow: 1px 1px 3px 2px #bbaaca;">
Div content here</div>
This div box has shadow with color #bbaaca
Comments
No comments written yet.
Please login to write comment.