Shades of Granny Apple #BBFBCE
Tints of Granny Apple #BBFBCE
RGB
CMYK
RGB Variations
Color information
#BBFBCE (or 0xBBFBCE) is known color: Granny Apple. HEX triplet: BB, FB and CE. RGB value is (187,251,206). Sum of RGB (Red+Green+Blue) = 187+251+206=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 251 (98.44% from 255 or 38.98% from 644); Blue value is 206 (80.86% from 255 or 31.99% from 644); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFBCE is #440431. Grayscale: #E2E2E2. Windows color (decimal): -4457522 or 13564859. OLE color: 13564859.
HSL color Cylindrical-coordinate representation of color #BBFBCE: hue angle of 137.81º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBFBCE is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 251 | 206 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.02 |
| HSL | 137.81º | 0.89% | 0.86% | - |
| HSV(B) | 137.81º | 0.25% | 0.98% | - |
| XYZ | 66.13 | 84.02 | 71.12 | - |
| YUV | 226.73 | 116.3 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 251 | 206 | 0.25 | 0 | 0.18 | 0.02 | 137.81 | 0.89 | 0.86 |
| Hex | BB | FB | CE | 19 | 0 | 12 | 2 | 8A | 59 | 56 |
| Octal | 273 | 373 | 316 | 31 | 0 | 22 | 2 | 212 | 131 | 126 |
| Binary | 10111011 | 11111011 | 11001110 | 11001 | 0 | 10010 | 10 | 10001010 | 1011001 | 1010110 |
Color Harmonies of #BBFBCE
Complementary color
Monochromatic Colors of #BBFBCE
Black with #BBFBCE
Text Example
Text Example
White with #BBFBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFBCE; }
p { color: rgb(187,251,206); }
H1.HeaderClassName
{
color: #BBFBCE;
}
.AnyTagClassName
{
color: #BBFBCE;
}
</style>
background-color css
<style>
a { background-color: #BBFBCE; }
a { background-color: rgb(187,251,206); }
div.DivClassName
{
background-color: #BBFBCE;
}
.BgClassName
{
background-color: #BBFBCE;
}
</style>
border-color css
<style>
span { border-color: #BBFBCE; }
span { border-color: rgb(187,251,206); }
td.TdClassName
{
border-color: #BBFBCE;
}
.TagClassName
{
border-color: #BBFBCE;
}
</style>