Color spaces of #baaabb
RGB | 186 | 170 | 187 |
---|---|---|---|
HSL | 0.82 | 0.11 | 0.70 |
HSV | 296° | 9° | 73° |
CMYK | 0.01 | 0.09 | 0.00 0.27 |
XYZ | 43.5941 | 42.7764 | 52.9727 |
Yxy | 42.7764 | 0.3129 | 0.3070 |
Hunter Lab | 65.4037 | 4.5208 | -2.2385 |
CIE-Lab | 71.4029 | 8.8597 | -6.6048 |
#baaabb color RGB value is (186,170,187).
#baaabb hex color red value is 186, green value is 170 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #baaabb hue: 0.82 , saturation: 0.11 and the lightness value of baaabb is 0.70.
The process color (four color CMYK) of #baaabb color hex is 0.01, 0.09, 0.00, 0.27. Web safe color of #baaabb is #cc99cc. Color #baaabb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10101010 | 10111011 |
Octal | 272 | 252 | 273 |
Decimal | 186 | 170 | 187 |
Hex | BA | AA | BB |
Shades of #baaabb
Tints of #baaabb
RGB Percentages of Color #baaabb
CMYK Percentages of Color #baaabb
Complementary Color
#baaabb | #abbbaa |
#baaabb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baaabb Color Preview on White Background
Lorem ipsum dolor sit amet.
#baaabb Color CSS Codes
.mybgcolor {background-color:#baaabb; } .myforecolor {color:#baaabb; } .mybordercolor {border:3px solid #baaabb; }
#baaabb Text Font Color
<p style="color:#baaabb">Text here</p>
This sample text font color is #baaabb
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.
#baaabb Background Color
<div style="background-color:#baaabb">
Div content here</div>
This div background color is #baaabb
#baaabb Border Color
<div style="border:3px solid #baaabb">
Div here</div>
This div border color is #baaabb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,170,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baaabb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baaabb; -webkit-box-shadow: 1px 1px 3px 2px #baaabb; box-shadow: 1px 1px 3px 2px #baaabb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,170,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #baaabb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baaabb; -webkit-box-shadow: 1px 1px 3px 2px #baaabb; box-shadow: 1px 1px 3px 2px #baaabb;">
Div content here</div>
This div box has shadow with color #baaabb
Comments
No comments written yet.
Please login to write comment.