Shades of Celadon #BBF6B7
Tints of Celadon #BBF6B7
RGB
CMYK
RGB Variations
Color information
#BBF6B7 (or 0xBBF6B7) is known color: Celadon. HEX triplet: BB, F6 and B7. RGB value is (187,246,183). Sum of RGB (Red+Green+Blue) = 187+246+183=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 246 (96.48% from 255 or 39.94% from 616); Blue value is 183 (71.88% from 255 or 29.71% from 616); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF6B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF6B7 is #440948. Grayscale: #DDDDDD. Windows color (decimal): -4458825 or 12056251. OLE color: 12056251.
HSL color Cylindrical-coordinate representation of color #BBF6B7: hue angle of 116.19º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBF6B7 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 246 | 183 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.04 |
| HSL | 116.19º | 0.78% | 0.84% | - |
| HSV(B) | 116.19º | 0.26% | 0.96% | - |
| XYZ | 62 | 79.9 | 56.95 | - |
| YUV | 221.18 | 106.45 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 246 | 183 | 0.24 | 0 | 0.26 | 0.04 | 116.19 | 0.78 | 0.84 |
| Hex | BB | F6 | B7 | 18 | 0 | 1A | 4 | 74 | 4E | 54 |
| Octal | 273 | 366 | 267 | 30 | 0 | 32 | 4 | 164 | 116 | 124 |
| Binary | 10111011 | 11110110 | 10110111 | 11000 | 0 | 11010 | 100 | 1110100 | 1001110 | 1010100 |
Color Harmonies of #BBF6B7
Complementary color
Monochromatic Colors of #BBF6B7
Black with #BBF6B7
Text Example
Text Example
White with #BBF6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF6B7; }
p { color: rgb(187,246,183); }
H1.HeaderClassName
{
color: #BBF6B7;
}
.AnyTagClassName
{
color: #BBF6B7;
}
</style>
background-color css
<style>
a { background-color: #BBF6B7; }
a { background-color: rgb(187,246,183); }
div.DivClassName
{
background-color: #BBF6B7;
}
.BgClassName
{
background-color: #BBF6B7;
}
</style>
border-color css
<style>
span { border-color: #BBF6B7; }
span { border-color: rgb(187,246,183); }
td.TdClassName
{
border-color: #BBF6B7;
}
.TagClassName
{
border-color: #BBF6B7;
}
</style>