Shades of Granny Apple #BBF9CC
Tints of Granny Apple #BBF9CC
RGB
CMYK
RGB Variations
Color information
#BBF9CC (or 0xBBF9CC) is known color: Granny Apple. HEX triplet: BB, F9 and CC. RGB value is (187,249,204). Sum of RGB (Red+Green+Blue) = 187+249+204=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 249 (97.66% from 255 or 38.91% from 640); Blue value is 204 (80.08% from 255 or 31.88% from 640); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF9CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF9CC is #440633. Grayscale: #E1E1E1. Windows color (decimal): -4458036 or 13433275. OLE color: 13433275.
HSL color Cylindrical-coordinate representation of color #BBF9CC: hue angle of 136.45º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF9CC is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 249 | 204 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.02 |
| HSL | 136.45º | 0.84% | 0.85% | - |
| HSV(B) | 136.45º | 0.25% | 0.98% | - |
| XYZ | 65.27 | 82.68 | 69.64 | - |
| YUV | 225.33 | 115.96 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 249 | 204 | 0.25 | 0 | 0.18 | 0.02 | 136.45 | 0.84 | 0.85 |
| Hex | BB | F9 | CC | 19 | 0 | 12 | 2 | 88 | 54 | 55 |
| Octal | 273 | 371 | 314 | 31 | 0 | 22 | 2 | 210 | 124 | 125 |
| Binary | 10111011 | 11111001 | 11001100 | 11001 | 0 | 10010 | 10 | 10001000 | 1010100 | 1010101 |
Color Harmonies of #BBF9CC
Complementary color
Monochromatic Colors of #BBF9CC
Black with #BBF9CC
Text Example
Text Example
White with #BBF9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF9CC; }
p { color: rgb(187,249,204); }
H1.HeaderClassName
{
color: #BBF9CC;
}
.AnyTagClassName
{
color: #BBF9CC;
}
</style>
background-color css
<style>
a { background-color: #BBF9CC; }
a { background-color: rgb(187,249,204); }
div.DivClassName
{
background-color: #BBF9CC;
}
.BgClassName
{
background-color: #BBF9CC;
}
</style>
border-color css
<style>
span { border-color: #BBF9CC; }
span { border-color: rgb(187,249,204); }
td.TdClassName
{
border-color: #BBF9CC;
}
.TagClassName
{
border-color: #BBF9CC;
}
</style>