Shades of Granny Apple #BBFFCF
Tints of Granny Apple #BBFFCF
RGB
CMYK
RGB Variations
Color information
#BBFFCF (or 0xBBFFCF) is known color: Granny Apple. HEX triplet: BB, FF and CF. RGB value is (187,255,207). Sum of RGB (Red+Green+Blue) = 187+255+207=649 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.81% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 207 (81.25% from 255 or 31.90% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFFCF is #440030. Grayscale: #E5E5E5. Windows color (decimal): -4456497 or 13631419. OLE color: 13631419.
HSL color Cylindrical-coordinate representation of color #BBFFCF: hue angle of 137.65º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBFFCF is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 207 | - |
| CMYK | 0.27 | 0 | 0.19 | 0 |
| HSL | 137.65º | 1% | 0.87% | - |
| HSV(B) | 137.65º | 0.27% | 1% | - |
| XYZ | 67.52 | 86.59 | 72.19 | - |
| YUV | 229.2 | 115.47 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 207 | 0.27 | 0 | 0.19 | 0 | 137.65 | 1 | 0.87 |
| Hex | BB | FF | CF | 1B | 0 | 13 | 0 | 8A | 64 | 57 |
| Octal | 273 | 377 | 317 | 33 | 0 | 23 | 0 | 212 | 144 | 127 |
| Binary | 10111011 | 11111111 | 11001111 | 11011 | 0 | 10011 | 0 | 10001010 | 1100100 | 1010111 |
Color Harmonies of #BBFFCF
Complementary color
Monochromatic Colors of #BBFFCF
Black with #BBFFCF
Text Example
Text Example
White with #BBFFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFFCF; }
p { color: rgb(187,255,207); }
H1.HeaderClassName
{
color: #BBFFCF;
}
.AnyTagClassName
{
color: #BBFFCF;
}
</style>
background-color css
<style>
a { background-color: #BBFFCF; }
a { background-color: rgb(187,255,207); }
div.DivClassName
{
background-color: #BBFFCF;
}
.BgClassName
{
background-color: #BBFFCF;
}
</style>
border-color css
<style>
span { border-color: #BBFFCF; }
span { border-color: rgb(187,255,207); }
td.TdClassName
{
border-color: #BBFFCF;
}
.TagClassName
{
border-color: #BBFFCF;
}
</style>