Shades of Granny Apple #BBF4CA
Tints of Granny Apple #BBF4CA
RGB
CMYK
RGB Variations
Color information
#BBF4CA (or 0xBBF4CA) is known color: Granny Apple. HEX triplet: BB, F4 and CA. RGB value is (187,244,202). Sum of RGB (Red+Green+Blue) = 187+244+202=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 244 (95.70% from 255 or 38.55% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF4CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF4CA is #440B35. Grayscale: #DEDEDE. Windows color (decimal): -4459318 or 13300923. OLE color: 13300923.
HSL color Cylindrical-coordinate representation of color #BBF4CA: hue angle of 135.79º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF4CA is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 244 | 202 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.04 |
| HSL | 135.79º | 0.72% | 0.85% | - |
| HSV(B) | 135.79º | 0.23% | 0.96% | - |
| XYZ | 63.5 | 79.53 | 67.88 | - |
| YUV | 222.17 | 116.62 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 244 | 202 | 0.23 | 0 | 0.17 | 0.04 | 135.79 | 0.72 | 0.85 |
| Hex | BB | F4 | CA | 17 | 0 | 11 | 4 | 88 | 48 | 55 |
| Octal | 273 | 364 | 312 | 27 | 0 | 21 | 4 | 210 | 110 | 125 |
| Binary | 10111011 | 11110100 | 11001010 | 10111 | 0 | 10001 | 100 | 10001000 | 1001000 | 1010101 |
Color Harmonies of #BBF4CA
Complementary color
Monochromatic Colors of #BBF4CA
Black with #BBF4CA
Text Example
Text Example
White with #BBF4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF4CA; }
p { color: rgb(187,244,202); }
H1.HeaderClassName
{
color: #BBF4CA;
}
.AnyTagClassName
{
color: #BBF4CA;
}
</style>
background-color css
<style>
a { background-color: #BBF4CA; }
a { background-color: rgb(187,244,202); }
div.DivClassName
{
background-color: #BBF4CA;
}
.BgClassName
{
background-color: #BBF4CA;
}
</style>
border-color css
<style>
span { border-color: #BBF4CA; }
span { border-color: rgb(187,244,202); }
td.TdClassName
{
border-color: #BBF4CA;
}
.TagClassName
{
border-color: #BBF4CA;
}
</style>