Color spaces of #bbfccb
RGB | 187 | 252 | 203 |
---|---|---|---|
HSL | 0.37 | 0.92 | 0.86 |
HSV | 135° | 26° | 99° |
CMYK | 0.26 | 0.00 | 0.19 0.01 |
XYZ | 66.0834 | 84.4974 | 69.3266 |
Yxy | 84.4974 | 0.3005 | 0.3842 |
Hunter Lab | 91.9225 | -32.5400 | 19.6301 |
CIE-Lab | 93.6661 | -29.7488 | 17.0208 |
#bbfccb color RGB value is (187,252,203).
#bbfccb hex color red value is 187, green value is 252 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bbfccb hue: 0.37 , saturation: 0.92 and the lightness value of bbfccb is 0.86.
The process color (four color CMYK) of #bbfccb color hex is 0.26, 0.00, 0.19, 0.01. Web safe color of #bbfccb is #ccffcc. Color #bbfccb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11111100 | 11001011 |
Octal | 273 | 374 | 313 |
Decimal | 187 | 252 | 203 |
Hex | BB | FC | CB |
Shades of #bbfccb
Tints of #bbfccb
RGB Percentages of Color #bbfccb
CMYK Percentages of Color #bbfccb
Complementary Color
#bbfccb | #fcbbec |
#bbfccb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbfccb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbfccb Color CSS Codes
.mybgcolor {background-color:#bbfccb; } .myforecolor {color:#bbfccb; } .mybordercolor {border:3px solid #bbfccb; }
#bbfccb Text Font Color
<p style="color:#bbfccb">Text here</p>
This sample text font color is #bbfccb
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.
#bbfccb Background Color
<div style="background-color:#bbfccb">
Div content here</div>
This div background color is #bbfccb
#bbfccb Border Color
<div style="border:3px solid #bbfccb">
Div here</div>
This div border color is #bbfccb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,252,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbfccb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbfccb; -webkit-box-shadow: 1px 1px 3px 2px #bbfccb; box-shadow: 1px 1px 3px 2px #bbfccb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,252,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbfccb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbfccb; -webkit-box-shadow: 1px 1px 3px 2px #bbfccb; box-shadow: 1px 1px 3px 2px #bbfccb;">
Div content here</div>
This div box has shadow with color #bbfccb
Comments
No comments written yet.
Please login to write comment.