Color spaces of #bbebe1
RGB | 187 | 235 | 225 |
---|---|---|---|
HSL | 0.47 | 0.55 | 0.83 |
HSV | 168° | 20° | 92° |
CMYK | 0.20 | 0.00 | 0.04 0.08 |
XYZ | 63.7925 | 75.4177 | 82.4290 |
Yxy | 75.4177 | 0.2878 | 0.3403 |
Hunter Lab | 86.8434 | -20.8552 | 4.5141 |
CIE-Lab | 89.5883 | -17.3508 | -0.2302 |
#bbebe1 color RGB value is (187,235,225).
#bbebe1 hex color red value is 187, green value is 235 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #bbebe1 hue: 0.47 , saturation: 0.55 and the lightness value of bbebe1 is 0.83.
The process color (four color CMYK) of #bbebe1 color hex is 0.20, 0.00, 0.04, 0.08. Web safe color of #bbebe1 is #ccffcc. Color #bbebe1 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11101011 | 11100001 |
Octal | 273 | 353 | 341 |
Decimal | 187 | 235 | 225 |
Hex | BB | EB | E1 |
Shades of #bbebe1
Tints of #bbebe1
RGB Percentages of Color #bbebe1
CMYK Percentages of Color #bbebe1
Complementary Color
#bbebe1 | #ebbbc5 |
#bbebe1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbebe1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbebe1 Color CSS Codes
.mybgcolor {background-color:#bbebe1; } .myforecolor {color:#bbebe1; } .mybordercolor {border:3px solid #bbebe1; }
#bbebe1 Text Font Color
<p style="color:#bbebe1">Text here</p>
This sample text font color is #bbebe1
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.
#bbebe1 Background Color
<div style="background-color:#bbebe1">
Div content here</div>
This div background color is #bbebe1
#bbebe1 Border Color
<div style="border:3px solid #bbebe1">
Div here</div>
This div border color is #bbebe1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,235,225, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbebe1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbebe1; -webkit-box-shadow: 1px 1px 3px 2px #bbebe1; box-shadow: 1px 1px 3px 2px #bbebe1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,235,225, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbebe1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbebe1; -webkit-box-shadow: 1px 1px 3px 2px #bbebe1; box-shadow: 1px 1px 3px 2px #bbebe1;">
Div content here</div>
This div box has shadow with color #bbebe1
Comments
No comments written yet.
Please login to write comment.