Color spaces of #bbabfe
RGB | 187 | 171 | 254 |
---|---|---|---|
HSL | 0.70 | 0.98 | 0.83 |
HSV | 252° | 33° | 100° |
CMYK | 0.26 | 0.33 | 0.00 0.00 |
XYZ | 52.9458 | 46.8464 | 100.0176 |
Yxy | 46.8464 | 0.2650 | 0.2345 |
Hunter Lab | 68.4444 | 18.3025 | -38.7292 |
CIE-Lab | 74.0914 | 23.0782 | -39.0875 |
#bbabfe color RGB value is (187,171,254).
#bbabfe hex color red value is 187, green value is 171 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bbabfe hue: 0.70 , saturation: 0.98 and the lightness value of bbabfe is 0.83.
The process color (four color CMYK) of #bbabfe color hex is 0.26, 0.33, 0.00, 0.00. Web safe color of #bbabfe is #cc99ff. Color #bbabfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10101011 | 11111110 |
Octal | 273 | 253 | 376 |
Decimal | 187 | 171 | 254 |
Hex | BB | AB | FE |
Shades of #bbabfe
Tints of #bbabfe
RGB Percentages of Color #bbabfe
CMYK Percentages of Color #bbabfe
Complementary Color
#bbabfe | #eefeab |
#bbabfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbabfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbabfe Color CSS Codes
.mybgcolor {background-color:#bbabfe; } .myforecolor {color:#bbabfe; } .mybordercolor {border:3px solid #bbabfe; }
#bbabfe Text Font Color
<p style="color:#bbabfe">Text here</p>
This sample text font color is #bbabfe
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.
#bbabfe Background Color
<div style="background-color:#bbabfe">
Div content here</div>
This div background color is #bbabfe
#bbabfe Border Color
<div style="border:3px solid #bbabfe">
Div here</div>
This div border color is #bbabfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,171,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbabfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbabfe; -webkit-box-shadow: 1px 1px 3px 2px #bbabfe; box-shadow: 1px 1px 3px 2px #bbabfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,171,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbabfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbabfe; -webkit-box-shadow: 1px 1px 3px 2px #bbabfe; box-shadow: 1px 1px 3px 2px #bbabfe;">
Div content here</div>
This div box has shadow with color #bbabfe
Comments
No comments written yet.
Please login to write comment.