Shades of Granny Apple #BBF2CA
Tints of Granny Apple #BBF2CA
RGB
CMYK
RGB Variations
Color information
#BBF2CA (or 0xBBF2CA) is known color: Granny Apple. HEX triplet: BB, F2 and CA. RGB value is (187,242,202). Sum of RGB (Red+Green+Blue) = 187+242+202=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 242 (94.92% from 255 or 38.35% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2CA is #440D35. Grayscale: #DDDDDD. Windows color (decimal): -4459830 or 13300411. OLE color: 13300411.
HSL color Cylindrical-coordinate representation of color #BBF2CA: hue angle of 136.36º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF2CA is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 202 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.05 |
| HSL | 136.36º | 0.68% | 0.84% | - |
| HSV(B) | 136.36º | 0.23% | 0.95% | - |
| XYZ | 62.91 | 78.33 | 67.68 | - |
| YUV | 221 | 117.28 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 202 | 0.23 | 0 | 0.17 | 0.05 | 136.36 | 0.68 | 0.84 |
| Hex | BB | F2 | CA | 17 | 0 | 11 | 5 | 88 | 44 | 54 |
| Octal | 273 | 362 | 312 | 27 | 0 | 21 | 5 | 210 | 104 | 124 |
| Binary | 10111011 | 11110010 | 11001010 | 10111 | 0 | 10001 | 101 | 10001000 | 1000100 | 1010100 |
Color Harmonies of #BBF2CA
Complementary color
Monochromatic Colors of #BBF2CA
Black with #BBF2CA
Text Example
Text Example
White with #BBF2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF2CA; }
p { color: rgb(187,242,202); }
H1.HeaderClassName
{
color: #BBF2CA;
}
.AnyTagClassName
{
color: #BBF2CA;
}
</style>
background-color css
<style>
a { background-color: #BBF2CA; }
a { background-color: rgb(187,242,202); }
div.DivClassName
{
background-color: #BBF2CA;
}
.BgClassName
{
background-color: #BBF2CA;
}
</style>
border-color css
<style>
span { border-color: #BBF2CA; }
span { border-color: rgb(187,242,202); }
td.TdClassName
{
border-color: #BBF2CA;
}
.TagClassName
{
border-color: #BBF2CA;
}
</style>