Shades of Granny Apple #B9E9CA
Tints of Granny Apple #B9E9CA
RGB
CMYK
RGB Variations
Color information
#B9E9CA (or 0xB9E9CA) is known color: Granny Apple. HEX triplet: B9, E9 and CA. RGB value is (185,233,202). Sum of RGB (Red+Green+Blue) = 185+233+202=620 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.84% from 620); Green value is 233 (91.41% from 255 or 37.58% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 233 - color contains mainly: green. Hex color #B9E9CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9E9CA is #461635. Grayscale: #D7D7D7. Windows color (decimal): -4593206 or 13298105. OLE color: 13298105.
HSL color Cylindrical-coordinate representation of color #B9E9CA: hue angle of 141.25º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9E9CA is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 233 | 202 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.09 |
| HSL | 141.25º | 0.52% | 0.82% | - |
| HSV(B) | 141.25º | 0.21% | 0.91% | - |
| XYZ | 59.81 | 72.86 | 66.79 | - |
| YUV | 215.11 | 120.6 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 233 | 202 | 0.21 | 0 | 0.13 | 0.09 | 141.25 | 0.52 | 0.82 |
| Hex | B9 | E9 | CA | 15 | 0 | D | 9 | 8D | 34 | 52 |
| Octal | 271 | 351 | 312 | 25 | 0 | 15 | 11 | 215 | 64 | 122 |
| Binary | 10111001 | 11101001 | 11001010 | 10101 | 0 | 1101 | 1001 | 10001101 | 110100 | 1010010 |
Color Harmonies of #B9E9CA
Complementary color
Monochromatic Colors of #B9E9CA
Black with #B9E9CA
Text Example
Text Example
White with #B9E9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E9CA; }
p { color: rgb(185,233,202); }
H1.HeaderClassName
{
color: #B9E9CA;
}
.AnyTagClassName
{
color: #B9E9CA;
}
</style>
background-color css
<style>
a { background-color: #B9E9CA; }
a { background-color: rgb(185,233,202); }
div.DivClassName
{
background-color: #B9E9CA;
}
.BgClassName
{
background-color: #B9E9CA;
}
</style>
border-color css
<style>
span { border-color: #B9E9CA; }
span { border-color: rgb(185,233,202); }
td.TdClassName
{
border-color: #B9E9CA;
}
.TagClassName
{
border-color: #B9E9CA;
}
</style>