Shades of Granny Apple #BBF0CA
Tints of Granny Apple #BBF0CA
RGB
CMYK
RGB Variations
Color information
#BBF0CA (or 0xBBF0CA) is known color: Granny Apple. HEX triplet: BB, F0 and CA. RGB value is (187,240,202). Sum of RGB (Red+Green+Blue) = 187+240+202=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 240 (94.14% from 255 or 38.16% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF0CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF0CA is #440F35. Grayscale: #DBDBDB. Windows color (decimal): -4460342 or 13299899. OLE color: 13299899.
HSL color Cylindrical-coordinate representation of color #BBF0CA: hue angle of 136.98º 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 #BBF0CA is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 240 | 202 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.06 |
| HSL | 136.98º | 0.64% | 0.84% | - |
| HSV(B) | 136.98º | 0.22% | 0.94% | - |
| XYZ | 62.31 | 77.15 | 67.48 | - |
| YUV | 219.82 | 117.94 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 202 | 0.22 | 0 | 0.16 | 0.06 | 136.98 | 0.64 | 0.84 |
| Hex | BB | F0 | CA | 16 | 0 | 10 | 6 | 89 | 40 | 54 |
| Octal | 273 | 360 | 312 | 26 | 0 | 20 | 6 | 211 | 100 | 124 |
| Binary | 10111011 | 11110000 | 11001010 | 10110 | 0 | 10000 | 110 | 10001001 | 1000000 | 1010100 |
Color Harmonies of #BBF0CA
Complementary color
Monochromatic Colors of #BBF0CA
Black with #BBF0CA
Text Example
Text Example
White with #BBF0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF0CA; }
p { color: rgb(187,240,202); }
H1.HeaderClassName
{
color: #BBF0CA;
}
.AnyTagClassName
{
color: #BBF0CA;
}
</style>
background-color css
<style>
a { background-color: #BBF0CA; }
a { background-color: rgb(187,240,202); }
div.DivClassName
{
background-color: #BBF0CA;
}
.BgClassName
{
background-color: #BBF0CA;
}
</style>
border-color css
<style>
span { border-color: #BBF0CA; }
span { border-color: rgb(187,240,202); }
td.TdClassName
{
border-color: #BBF0CA;
}
.TagClassName
{
border-color: #BBF0CA;
}
</style>