Shades of Granny Apple #BBF0C8
Tints of Granny Apple #BBF0C8
RGB
CMYK
RGB Variations
Color information
#BBF0C8 (or 0xBBF0C8) is known color: Granny Apple. HEX triplet: BB, F0 and C8. RGB value is (187,240,200). Sum of RGB (Red+Green+Blue) = 187+240+200=627 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.82% from 627); Green value is 240 (94.14% from 255 or 38.28% from 627); Blue value is 200 (78.52% from 255 or 31.90% from 627); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF0C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF0C8 is #440F37. Grayscale: #DBDBDB. Windows color (decimal): -4460344 or 13168827. OLE color: 13168827.
HSL color Cylindrical-coordinate representation of color #BBF0C8: hue angle of 134.72º 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 #BBF0C8 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 240 | 200 | - |
| CMYK | 0.22 | 0 | 0.17 | 0.06 |
| HSL | 134.72º | 0.64% | 0.84% | - |
| HSV(B) | 134.72º | 0.22% | 0.94% | - |
| XYZ | 62.08 | 77.06 | 66.24 | - |
| YUV | 219.59 | 116.94 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 200 | 0.22 | 0 | 0.17 | 0.06 | 134.72 | 0.64 | 0.84 |
| Hex | BB | F0 | C8 | 16 | 0 | 11 | 6 | 87 | 40 | 54 |
| Octal | 273 | 360 | 310 | 26 | 0 | 21 | 6 | 207 | 100 | 124 |
| Binary | 10111011 | 11110000 | 11001000 | 10110 | 0 | 10001 | 110 | 10000111 | 1000000 | 1010100 |
Color Harmonies of #BBF0C8
Complementary color
Monochromatic Colors of #BBF0C8
Black with #BBF0C8
Text Example
Text Example
White with #BBF0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF0C8; }
p { color: rgb(187,240,200); }
H1.HeaderClassName
{
color: #BBF0C8;
}
.AnyTagClassName
{
color: #BBF0C8;
}
</style>
background-color css
<style>
a { background-color: #BBF0C8; }
a { background-color: rgb(187,240,200); }
div.DivClassName
{
background-color: #BBF0C8;
}
.BgClassName
{
background-color: #BBF0C8;
}
</style>
border-color css
<style>
span { border-color: #BBF0C8; }
span { border-color: rgb(187,240,200); }
td.TdClassName
{
border-color: #BBF0C8;
}
.TagClassName
{
border-color: #BBF0C8;
}
</style>