Color spaces of #baabbd
RGB | 186 | 171 | 189 |
---|---|---|---|
HSL | 0.81 | 0.12 | 0.71 |
HSV | 290° | 10° | 74° |
CMYK | 0.02 | 0.10 | 0.00 0.26 |
XYZ | 43.9979 | 43.2390 | 54.1711 |
Yxy | 43.2390 | 0.3111 | 0.3058 |
Hunter Lab | 65.7564 | 4.3616 | -2.8145 |
CIE-Lab | 71.7169 | 8.6934 | -7.2408 |
#baabbd color RGB value is (186,171,189).
#baabbd hex color red value is 186, green value is 171 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #baabbd hue: 0.81 , saturation: 0.12 and the lightness value of baabbd is 0.71.
The process color (four color CMYK) of #baabbd color hex is 0.02, 0.10, 0.00, 0.26. Web safe color of #baabbd is #cc99cc. Color #baabbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10101011 | 10111101 |
Octal | 272 | 253 | 275 |
Decimal | 186 | 171 | 189 |
Hex | BA | AB | BD |
Shades of #baabbd
Tints of #baabbd
RGB Percentages of Color #baabbd
CMYK Percentages of Color #baabbd
Complementary Color
#baabbd | #aebdab |
#baabbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baabbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#baabbd Color CSS Codes
.mybgcolor {background-color:#baabbd; } .myforecolor {color:#baabbd; } .mybordercolor {border:3px solid #baabbd; }
#baabbd Text Font Color
<p style="color:#baabbd">Text here</p>
This sample text font color is #baabbd
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.
#baabbd Background Color
<div style="background-color:#baabbd">
Div content here</div>
This div background color is #baabbd
#baabbd Border Color
<div style="border:3px solid #baabbd">
Div here</div>
This div border color is #baabbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,171,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baabbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baabbd; -webkit-box-shadow: 1px 1px 3px 2px #baabbd; box-shadow: 1px 1px 3px 2px #baabbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,171,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 #baabbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baabbd; -webkit-box-shadow: 1px 1px 3px 2px #baabbd; box-shadow: 1px 1px 3px 2px #baabbd;">
Div content here</div>
This div box has shadow with color #baabbd
#baabbd Color Palettes
Comments
No comments written yet.
Please login to write comment.