Shades of Granny Apple #BBF8CC
Tints of Granny Apple #BBF8CC
RGB
CMYK
RGB Variations
Color information
#BBF8CC (or 0xBBF8CC) is known color: Granny Apple. HEX triplet: BB, F8 and CC. RGB value is (187,248,204). Sum of RGB (Red+Green+Blue) = 187+248+204=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 248 (97.27% from 255 or 38.81% from 639); Blue value is 204 (80.08% from 255 or 31.92% from 639); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF8CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF8CC is #440733. Grayscale: #E0E0E0. Windows color (decimal): -4458292 or 13433019. OLE color: 13433019.
HSL color Cylindrical-coordinate representation of color #BBF8CC: hue angle of 136.72º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF8CC is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 248 | 204 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.03 |
| HSL | 136.72º | 0.81% | 0.85% | - |
| HSV(B) | 136.72º | 0.25% | 0.97% | - |
| XYZ | 64.96 | 82.06 | 69.54 | - |
| YUV | 224.75 | 116.29 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 248 | 204 | 0.25 | 0 | 0.18 | 0.03 | 136.72 | 0.81 | 0.85 |
| Hex | BB | F8 | CC | 19 | 0 | 12 | 3 | 89 | 51 | 55 |
| Octal | 273 | 370 | 314 | 31 | 0 | 22 | 3 | 211 | 121 | 125 |
| Binary | 10111011 | 11111000 | 11001100 | 11001 | 0 | 10010 | 11 | 10001001 | 1010001 | 1010101 |
Color Harmonies of #BBF8CC
Complementary color
Monochromatic Colors of #BBF8CC
Black with #BBF8CC
Text Example
Text Example
White with #BBF8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF8CC; }
p { color: rgb(187,248,204); }
H1.HeaderClassName
{
color: #BBF8CC;
}
.AnyTagClassName
{
color: #BBF8CC;
}
</style>
background-color css
<style>
a { background-color: #BBF8CC; }
a { background-color: rgb(187,248,204); }
div.DivClassName
{
background-color: #BBF8CC;
}
.BgClassName
{
background-color: #BBF8CC;
}
</style>
border-color css
<style>
span { border-color: #BBF8CC; }
span { border-color: rgb(187,248,204); }
td.TdClassName
{
border-color: #BBF8CC;
}
.TagClassName
{
border-color: #BBF8CC;
}
</style>