Shades of Granny Apple #BEE9CA
Tints of Granny Apple #BEE9CA
RGB
CMYK
RGB Variations
Color information
#BEE9CA (or 0xBEE9CA) is known color: Granny Apple. HEX triplet: BE, E9 and CA. RGB value is (190,233,202). Sum of RGB (Red+Green+Blue) = 190+233+202=625 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.4% from 625); Green value is 233 (91.41% from 255 or 37.28% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE9CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE9CA is #411635. Grayscale: #D8D8D8. Windows color (decimal): -4265526 or 13298110. OLE color: 13298110.
HSL color Cylindrical-coordinate representation of color #BEE9CA: hue angle of 136.74º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEE9CA is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 233 | 202 | - |
| CMYK | 0.18 | 0 | 0.13 | 0.09 |
| HSL | 136.74º | 0.49% | 0.83% | - |
| HSV(B) | 136.74º | 0.18% | 0.91% | - |
| XYZ | 61.03 | 73.49 | 66.85 | - |
| YUV | 216.61 | 119.75 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 233 | 202 | 0.18 | 0 | 0.13 | 0.09 | 136.74 | 0.49 | 0.83 |
| Hex | BE | E9 | CA | 12 | 0 | D | 9 | 89 | 31 | 53 |
| Octal | 276 | 351 | 312 | 22 | 0 | 15 | 11 | 211 | 61 | 123 |
| Binary | 10111110 | 11101001 | 11001010 | 10010 | 0 | 1101 | 1001 | 10001001 | 110001 | 1010011 |
Color Harmonies of #BEE9CA
Complementary color
Monochromatic Colors of #BEE9CA
Black with #BEE9CA
Text Example
Text Example
White with #BEE9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE9CA; }
p { color: rgb(190,233,202); }
H1.HeaderClassName
{
color: #BEE9CA;
}
.AnyTagClassName
{
color: #BEE9CA;
}
</style>
background-color css
<style>
a { background-color: #BEE9CA; }
a { background-color: rgb(190,233,202); }
div.DivClassName
{
background-color: #BEE9CA;
}
.BgClassName
{
background-color: #BEE9CA;
}
</style>
border-color css
<style>
span { border-color: #BEE9CA; }
span { border-color: rgb(190,233,202); }
td.TdClassName
{
border-color: #BEE9CA;
}
.TagClassName
{
border-color: #BEE9CA;
}
</style>