Shades of Celadon #BBFEB7
Tints of Celadon #BBFEB7
RGB
CMYK
RGB Variations
Color information
#BBFEB7 (or 0xBBFEB7) is known color: Celadon. HEX triplet: BB, FE and B7. RGB value is (187,254,183). Sum of RGB (Red+Green+Blue) = 187+254+183=624 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.97% from 624); Green value is 254 (99.61% from 255 or 40.71% from 624); Blue value is 183 (71.88% from 255 or 29.33% from 624); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFEB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFEB7 is #440148. Grayscale: #E2E2E2. Windows color (decimal): -4456777 or 12058299. OLE color: 12058299.
HSL color Cylindrical-coordinate representation of color #BBFEB7: hue angle of 116.62º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBFEB7 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 254 | 183 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.00 |
| HSL | 116.62º | 0.97% | 0.86% | - |
| HSV(B) | 116.62º | 0.28% | 1% | - |
| XYZ | 64.48 | 84.87 | 57.78 | - |
| YUV | 225.87 | 103.8 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 254 | 183 | 0.26 | 0 | 0.28 | 0.00 | 116.62 | 0.97 | 0.86 |
| Hex | BB | FE | B7 | 1A | 0 | 1C | 0 | 75 | 61 | 56 |
| Octal | 273 | 376 | 267 | 32 | 0 | 34 | 0 | 165 | 141 | 126 |
| Binary | 10111011 | 11111110 | 10110111 | 11010 | 0 | 11100 | 0 | 1110101 | 1100001 | 1010110 |
Color Harmonies of #BBFEB7
Complementary color
Monochromatic Colors of #BBFEB7
Black with #BBFEB7
Text Example
Text Example
White with #BBFEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFEB7; }
p { color: rgb(187,254,183); }
H1.HeaderClassName
{
color: #BBFEB7;
}
.AnyTagClassName
{
color: #BBFEB7;
}
</style>
background-color css
<style>
a { background-color: #BBFEB7; }
a { background-color: rgb(187,254,183); }
div.DivClassName
{
background-color: #BBFEB7;
}
.BgClassName
{
background-color: #BBFEB7;
}
</style>
border-color css
<style>
span { border-color: #BBFEB7; }
span { border-color: rgb(187,254,183); }
td.TdClassName
{
border-color: #BBFEB7;
}
.TagClassName
{
border-color: #BBFEB7;
}
</style>