Color spaces of #bcaabd
RGB | 188 | 170 | 189 |
---|---|---|---|
HSL | 0.82 | 0.13 | 0.70 |
HSV | 297° | 10° | 74° |
CMYK | 0.01 | 0.10 | 0.00 0.26 |
XYZ | 44.2991 | 43.1149 | 54.1313 |
Yxy | 43.1149 | 0.3130 | 0.3046 |
Hunter Lab | 65.6619 | 5.5174 | -2.9150 |
CIE-Lab | 71.6329 | 9.9361 | -7.3469 |
#bcaabd color RGB value is (188,170,189).
#bcaabd hex color red value is 188, green value is 170 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bcaabd hue: 0.82 , saturation: 0.13 and the lightness value of bcaabd is 0.70.
The process color (four color CMYK) of #bcaabd color hex is 0.01, 0.10, 0.00, 0.26. Web safe color of #bcaabd is #cc99cc. Color #bcaabd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10101010 | 10111101 |
Octal | 274 | 252 | 275 |
Decimal | 188 | 170 | 189 |
Hex | BC | AA | BD |
Shades of #bcaabd
Tints of #bcaabd
RGB Percentages of Color #bcaabd
CMYK Percentages of Color #bcaabd
Complementary Color
#bcaabd | #abbdaa |
#bcaabd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcaabd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcaabd Color CSS Codes
.mybgcolor {background-color:#bcaabd; } .myforecolor {color:#bcaabd; } .mybordercolor {border:3px solid #bcaabd; }
#bcaabd Text Font Color
<p style="color:#bcaabd">Text here</p>
This sample text font color is #bcaabd
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.
#bcaabd Background Color
<div style="background-color:#bcaabd">
Div content here</div>
This div background color is #bcaabd
#bcaabd Border Color
<div style="border:3px solid #bcaabd">
Div here</div>
This div border color is #bcaabd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,170,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcaabd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcaabd; -webkit-box-shadow: 1px 1px 3px 2px #bcaabd; box-shadow: 1px 1px 3px 2px #bcaabd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,170,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcaabd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcaabd; -webkit-box-shadow: 1px 1px 3px 2px #bcaabd; box-shadow: 1px 1px 3px 2px #bcaabd;">
Div content here</div>
This div box has shadow with color #bcaabd
Comments
No comments written yet.
Please login to write comment.