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