Shades of Celadon #BBF2B7
Tints of Celadon #BBF2B7
RGB
CMYK
RGB Variations
Color information
#BBF2B7 (or 0xBBF2B7) is known color: Celadon. HEX triplet: BB, F2 and B7. RGB value is (187,242,183). Sum of RGB (Red+Green+Blue) = 187+242+183=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 242 (94.92% from 255 or 39.54% from 612); Blue value is 183 (71.88% from 255 or 29.90% from 612); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2B7 is #440D48. Grayscale: #DBDBDB. Windows color (decimal): -4459849 or 12055227. OLE color: 12055227.
HSL color Cylindrical-coordinate representation of color #BBF2B7: hue angle of 115.93º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBF2B7 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 183 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.05 |
| HSL | 115.93º | 0.69% | 0.83% | - |
| HSV(B) | 115.93º | 0.24% | 0.95% | - |
| XYZ | 60.79 | 77.49 | 56.55 | - |
| YUV | 218.83 | 107.78 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 183 | 0.23 | 0 | 0.24 | 0.05 | 115.93 | 0.69 | 0.83 |
| Hex | BB | F2 | B7 | 17 | 0 | 18 | 5 | 74 | 45 | 53 |
| Octal | 273 | 362 | 267 | 27 | 0 | 30 | 5 | 164 | 105 | 123 |
| Binary | 10111011 | 11110010 | 10110111 | 10111 | 0 | 11000 | 101 | 1110100 | 1000101 | 1010011 |
Color Harmonies of #BBF2B7
Complementary color
Monochromatic Colors of #BBF2B7
Black with #BBF2B7
Text Example
Text Example
White with #BBF2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF2B7; }
p { color: rgb(187,242,183); }
H1.HeaderClassName
{
color: #BBF2B7;
}
.AnyTagClassName
{
color: #BBF2B7;
}
</style>
background-color css
<style>
a { background-color: #BBF2B7; }
a { background-color: rgb(187,242,183); }
div.DivClassName
{
background-color: #BBF2B7;
}
.BgClassName
{
background-color: #BBF2B7;
}
</style>
border-color css
<style>
span { border-color: #BBF2B7; }
span { border-color: rgb(187,242,183); }
td.TdClassName
{
border-color: #BBF2B7;
}
.TagClassName
{
border-color: #BBF2B7;
}
</style>