Color spaces of #bcaabe
RGB | 188 | 170 | 190 |
---|---|---|---|
HSL | 0.82 | 0.13 | 0.71 |
HSV | 294° | 11° | 75° |
CMYK | 0.01 | 0.11 | 0.00 0.25 |
XYZ | 44.4080 | 43.1585 | 54.7051 |
Yxy | 43.1585 | 0.3121 | 0.3034 |
Hunter Lab | 65.6951 | 5.6943 | -3.3849 |
CIE-Lab | 71.6624 | 10.1262 | -7.8538 |
#bcaabe color RGB value is (188,170,190).
#bcaabe hex color red value is 188, green value is 170 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bcaabe hue: 0.82 , saturation: 0.13 and the lightness value of bcaabe is 0.71.
The process color (four color CMYK) of #bcaabe color hex is 0.01, 0.11, 0.00, 0.25. Web safe color of #bcaabe is #cc99cc. Color #bcaabe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10101010 | 10111110 |
Octal | 274 | 252 | 276 |
Decimal | 188 | 170 | 190 |
Hex | BC | AA | BE |
Shades of #bcaabe
Tints of #bcaabe
RGB Percentages of Color #bcaabe
CMYK Percentages of Color #bcaabe
Complementary Color
#bcaabe | #acbeaa |
#bcaabe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcaabe Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcaabe Color CSS Codes
.mybgcolor {background-color:#bcaabe; } .myforecolor {color:#bcaabe; } .mybordercolor {border:3px solid #bcaabe; }
#bcaabe Text Font Color
<p style="color:#bcaabe">Text here</p>
This sample text font color is #bcaabe
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.
#bcaabe Background Color
<div style="background-color:#bcaabe">
Div content here</div>
This div background color is #bcaabe
#bcaabe Border Color
<div style="border:3px solid #bcaabe">
Div here</div>
This div border color is #bcaabe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,170,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcaabe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcaabe; -webkit-box-shadow: 1px 1px 3px 2px #bcaabe; box-shadow: 1px 1px 3px 2px #bcaabe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,170,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcaabe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcaabe; -webkit-box-shadow: 1px 1px 3px 2px #bcaabe; box-shadow: 1px 1px 3px 2px #bcaabe;">
Div content here</div>
This div box has shadow with color #bcaabe
Comments
No comments written yet.
Please login to write comment.