Shades of Granny Apple #BBF0C9
Tints of Granny Apple #BBF0C9
RGB
CMYK
RGB Variations
Color information
#BBF0C9 (or 0xBBF0C9) is known color: Granny Apple. HEX triplet: BB, F0 and C9. RGB value is (187,240,201). Sum of RGB (Red+Green+Blue) = 187+240+201=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 240 (94.14% from 255 or 38.22% from 628); Blue value is 201 (78.91% from 255 or 32.01% from 628); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF0C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF0C9 is #440F36. Grayscale: #DBDBDB. Windows color (decimal): -4460343 or 13234363. OLE color: 13234363.
HSL color Cylindrical-coordinate representation of color #BBF0C9: hue angle of 135.85º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBF0C9 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 240 | 201 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.06 |
| HSL | 135.85º | 0.64% | 0.84% | - |
| HSV(B) | 135.85º | 0.22% | 0.94% | - |
| XYZ | 62.2 | 77.1 | 66.86 | - |
| YUV | 219.71 | 117.44 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 201 | 0.22 | 0 | 0.16 | 0.06 | 135.85 | 0.64 | 0.84 |
| Hex | BB | F0 | C9 | 16 | 0 | 10 | 6 | 88 | 40 | 54 |
| Octal | 273 | 360 | 311 | 26 | 0 | 20 | 6 | 210 | 100 | 124 |
| Binary | 10111011 | 11110000 | 11001001 | 10110 | 0 | 10000 | 110 | 10001000 | 1000000 | 1010100 |
Color Harmonies of #BBF0C9
Complementary color
Monochromatic Colors of #BBF0C9
Black with #BBF0C9
Text Example
Text Example
White with #BBF0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF0C9; }
p { color: rgb(187,240,201); }
H1.HeaderClassName
{
color: #BBF0C9;
}
.AnyTagClassName
{
color: #BBF0C9;
}
</style>
background-color css
<style>
a { background-color: #BBF0C9; }
a { background-color: rgb(187,240,201); }
div.DivClassName
{
background-color: #BBF0C9;
}
.BgClassName
{
background-color: #BBF0C9;
}
</style>
border-color css
<style>
span { border-color: #BBF0C9; }
span { border-color: rgb(187,240,201); }
td.TdClassName
{
border-color: #BBF0C9;
}
.TagClassName
{
border-color: #BBF0C9;
}
</style>