Shades of Granny Apple #BBF7CA
Tints of Granny Apple #BBF7CA
RGB
CMYK
RGB Variations
Color information
#BBF7CA (or 0xBBF7CA) is known color: Granny Apple. HEX triplet: BB, F7 and CA. RGB value is (187,247,202). Sum of RGB (Red+Green+Blue) = 187+247+202=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 247 (96.88% from 255 or 38.84% from 636); Blue value is 202 (79.30% from 255 or 31.76% from 636); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF7CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF7CA is #440835. Grayscale: #E0E0E0. Windows color (decimal): -4458550 or 13301691. OLE color: 13301691.
HSL color Cylindrical-coordinate representation of color #BBF7CA: hue angle of 135º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBF7CA is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 247 | 202 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.03 |
| HSL | 135º | 0.79% | 0.85% | - |
| HSV(B) | 135º | 0.24% | 0.97% | - |
| XYZ | 64.41 | 81.35 | 68.18 | - |
| YUV | 223.93 | 115.62 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 247 | 202 | 0.24 | 0 | 0.18 | 0.03 | 135 | 0.79 | 0.85 |
| Hex | BB | F7 | CA | 18 | 0 | 12 | 3 | 87 | 4F | 55 |
| Octal | 273 | 367 | 312 | 30 | 0 | 22 | 3 | 207 | 117 | 125 |
| Binary | 10111011 | 11110111 | 11001010 | 11000 | 0 | 10010 | 11 | 10000111 | 1001111 | 1010101 |
Color Harmonies of #BBF7CA
Complementary color
Monochromatic Colors of #BBF7CA
Black with #BBF7CA
Text Example
Text Example
White with #BBF7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF7CA; }
p { color: rgb(187,247,202); }
H1.HeaderClassName
{
color: #BBF7CA;
}
.AnyTagClassName
{
color: #BBF7CA;
}
</style>
background-color css
<style>
a { background-color: #BBF7CA; }
a { background-color: rgb(187,247,202); }
div.DivClassName
{
background-color: #BBF7CA;
}
.BgClassName
{
background-color: #BBF7CA;
}
</style>
border-color css
<style>
span { border-color: #BBF7CA; }
span { border-color: rgb(187,247,202); }
td.TdClassName
{
border-color: #BBF7CA;
}
.TagClassName
{
border-color: #BBF7CA;
}
</style>