Shades of Celadon #BBF9B7
Tints of Celadon #BBF9B7
RGB
CMYK
RGB Variations
Color information
#BBF9B7 (or 0xBBF9B7) is known color: Celadon. HEX triplet: BB, F9 and B7. RGB value is (187,249,183). Sum of RGB (Red+Green+Blue) = 187+249+183=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 249 (97.66% from 255 or 40.23% from 619); Blue value is 183 (71.88% from 255 or 29.56% from 619); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF9B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF9B7 is #440648. Grayscale: #DFDFDF. Windows color (decimal): -4458057 or 12057019. OLE color: 12057019.
HSL color Cylindrical-coordinate representation of color #BBF9B7: hue angle of 116.36º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBF9B7 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 249 | 183 | - |
| CMYK | 0.25 | 0 | 0.27 | 0.02 |
| HSL | 116.36º | 0.85% | 0.85% | - |
| HSV(B) | 116.36º | 0.27% | 0.98% | - |
| XYZ | 62.92 | 81.74 | 57.26 | - |
| YUV | 222.94 | 105.46 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 249 | 183 | 0.25 | 0 | 0.27 | 0.02 | 116.36 | 0.85 | 0.85 |
| Hex | BB | F9 | B7 | 19 | 0 | 1B | 2 | 74 | 55 | 55 |
| Octal | 273 | 371 | 267 | 31 | 0 | 33 | 2 | 164 | 125 | 125 |
| Binary | 10111011 | 11111001 | 10110111 | 11001 | 0 | 11011 | 10 | 1110100 | 1010101 | 1010101 |
Color Harmonies of #BBF9B7
Complementary color
Monochromatic Colors of #BBF9B7
Black with #BBF9B7
Text Example
Text Example
White with #BBF9B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF9B7; }
p { color: rgb(187,249,183); }
H1.HeaderClassName
{
color: #BBF9B7;
}
.AnyTagClassName
{
color: #BBF9B7;
}
</style>
background-color css
<style>
a { background-color: #BBF9B7; }
a { background-color: rgb(187,249,183); }
div.DivClassName
{
background-color: #BBF9B7;
}
.BgClassName
{
background-color: #BBF9B7;
}
</style>
border-color css
<style>
span { border-color: #BBF9B7; }
span { border-color: rgb(187,249,183); }
td.TdClassName
{
border-color: #BBF9B7;
}
.TagClassName
{
border-color: #BBF9B7;
}
</style>