Shades of Granny Apple #B9F2CA
Tints of Granny Apple #B9F2CA
RGB
CMYK
RGB Variations
Color information
#B9F2CA (or 0xB9F2CA) is known color: Granny Apple. HEX triplet: B9, F2 and CA. RGB value is (185,242,202). Sum of RGB (Red+Green+Blue) = 185+242+202=629 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.41% from 629); Green value is 242 (94.92% from 255 or 38.47% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 242 - color contains mainly: green. Hex color #B9F2CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F2CA is #460D35. Grayscale: #DCDCDC. Windows color (decimal): -4590902 or 13300409. OLE color: 13300409.
HSL color Cylindrical-coordinate representation of color #B9F2CA: hue angle of 137.89º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9F2CA is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 242 | 202 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.05 |
| HSL | 137.89º | 0.69% | 0.84% | - |
| HSV(B) | 137.89º | 0.24% | 0.95% | - |
| XYZ | 62.42 | 78.08 | 67.66 | - |
| YUV | 220.4 | 117.62 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 242 | 202 | 0.24 | 0 | 0.17 | 0.05 | 137.89 | 0.69 | 0.84 |
| Hex | B9 | F2 | CA | 18 | 0 | 11 | 5 | 8A | 45 | 54 |
| Octal | 271 | 362 | 312 | 30 | 0 | 21 | 5 | 212 | 105 | 124 |
| Binary | 10111001 | 11110010 | 11001010 | 11000 | 0 | 10001 | 101 | 10001010 | 1000101 | 1010100 |
Color Harmonies of #B9F2CA
Complementary color
Monochromatic Colors of #B9F2CA
Black with #B9F2CA
Text Example
Text Example
White with #B9F2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F2CA; }
p { color: rgb(185,242,202); }
H1.HeaderClassName
{
color: #B9F2CA;
}
.AnyTagClassName
{
color: #B9F2CA;
}
</style>
background-color css
<style>
a { background-color: #B9F2CA; }
a { background-color: rgb(185,242,202); }
div.DivClassName
{
background-color: #B9F2CA;
}
.BgClassName
{
background-color: #B9F2CA;
}
</style>
border-color css
<style>
span { border-color: #B9F2CA; }
span { border-color: rgb(185,242,202); }
td.TdClassName
{
border-color: #B9F2CA;
}
.TagClassName
{
border-color: #B9F2CA;
}
</style>