Color spaces of #bbabed
RGB | 187 | 171 | 237 |
---|---|---|---|
HSL | 0.71 | 0.65 | 0.80 |
HSV | 255° | 28° | 93° |
CMYK | 0.21 | 0.28 | 0.00 0.07 |
XYZ | 50.3425 | 45.8050 | 86.3087 |
Yxy | 45.8050 | 0.2759 | 0.2510 |
Hunter Lab | 67.6794 | 14.3361 | -28.2345 |
CIE-Lab | 73.4188 | 19.1209 | -30.9247 |
#bbabed color RGB value is (187,171,237).
#bbabed hex color red value is 187, green value is 171 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bbabed hue: 0.71 , saturation: 0.65 and the lightness value of bbabed is 0.80.
The process color (four color CMYK) of #bbabed color hex is 0.21, 0.28, 0.00, 0.07. Web safe color of #bbabed is #cc99ff. Color #bbabed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10101011 | 11101101 |
Octal | 273 | 253 | 355 |
Decimal | 187 | 171 | 237 |
Hex | BB | AB | ED |
Shades of #bbabed
Tints of #bbabed
RGB Percentages of Color #bbabed
CMYK Percentages of Color #bbabed
Complementary Color
#bbabed | #ddedab |
#bbabed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbabed Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbabed Color CSS Codes
.mybgcolor {background-color:#bbabed; } .myforecolor {color:#bbabed; } .mybordercolor {border:3px solid #bbabed; }
#bbabed Text Font Color
<p style="color:#bbabed">Text here</p>
This sample text font color is #bbabed
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.
#bbabed Background Color
<div style="background-color:#bbabed">
Div content here</div>
This div background color is #bbabed
#bbabed Border Color
<div style="border:3px solid #bbabed">
Div here</div>
This div border color is #bbabed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,171,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbabed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbabed; -webkit-box-shadow: 1px 1px 3px 2px #bbabed; box-shadow: 1px 1px 3px 2px #bbabed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,171,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbabed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbabed; -webkit-box-shadow: 1px 1px 3px 2px #bbabed; box-shadow: 1px 1px 3px 2px #bbabed;">
Div content here</div>
This div box has shadow with color #bbabed
Comments
No comments written yet.
Please login to write comment.