Color spaces of #bbabff
RGB | 187 | 171 | 255 |
---|---|---|---|
HSL | 0.70 | 1.00 | 0.84 |
HSV | 251° | 33° | 100° |
CMYK | 0.27 | 0.33 | 0.00 0.00 |
XYZ | 53.1064 | 46.9106 | 100.8634 |
Yxy | 46.9106 | 0.2644 | 0.2335 |
Hunter Lab | 68.4913 | 18.5445 | -39.3692 |
CIE-Lab | 74.1325 | 23.3164 | -39.5631 |
#bbabff color RGB value is (187,171,255).
#bbabff hex color red value is 187, green value is 171 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bbabff hue: 0.70 , saturation: 1.00 and the lightness value of bbabff is 0.84.
The process color (four color CMYK) of #bbabff color hex is 0.27, 0.33, 0.00, 0.00. Web safe color of #bbabff is #cc99ff. Color #bbabff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10101011 | 11111111 |
Octal | 273 | 253 | 377 |
Decimal | 187 | 171 | 255 |
Hex | BB | AB | FF |
Shades of #bbabff
Tints of #bbabff
RGB Percentages of Color #bbabff
CMYK Percentages of Color #bbabff
Complementary Color
#bbabff | #efffab |
#bbabff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbabff Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbabff Color CSS Codes
.mybgcolor {background-color:#bbabff; } .myforecolor {color:#bbabff; } .mybordercolor {border:3px solid #bbabff; }
#bbabff Text Font Color
<p style="color:#bbabff">Text here</p>
This sample text font color is #bbabff
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.
#bbabff Background Color
<div style="background-color:#bbabff">
Div content here</div>
This div background color is #bbabff
#bbabff Border Color
<div style="border:3px solid #bbabff">
Div here</div>
This div border color is #bbabff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,171,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbabff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbabff; -webkit-box-shadow: 1px 1px 3px 2px #bbabff; box-shadow: 1px 1px 3px 2px #bbabff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,171,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbabff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbabff; -webkit-box-shadow: 1px 1px 3px 2px #bbabff; box-shadow: 1px 1px 3px 2px #bbabff;">
Div content here</div>
This div box has shadow with color #bbabff
Comments
No comments written yet.
Please login to write comment.