Shades of Granny Apple #BEE3CA
Tints of Granny Apple #BEE3CA
RGB
CMYK
RGB Variations
Color information
#BEE3CA (or 0xBEE3CA) is known color: Granny Apple. HEX triplet: BE, E3 and CA. RGB value is (190,227,202). Sum of RGB (Red+Green+Blue) = 190+227+202=619 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.69% from 619); Green value is 227 (89.06% from 255 or 36.67% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE3CA is #411C35. Grayscale: #D5D5D5. Windows color (decimal): -4267062 or 13296574. OLE color: 13296574.
HSL color Cylindrical-coordinate representation of color #BEE3CA: hue angle of 139.46º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEE3CA is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 227 | 202 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.11 |
| HSL | 139.46º | 0.4% | 0.82% | - |
| HSV(B) | 139.46º | 0.16% | 0.89% | - |
| XYZ | 59.36 | 70.15 | 66.29 | - |
| YUV | 213.09 | 121.74 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 227 | 202 | 0.16 | 0 | 0.11 | 0.11 | 139.46 | 0.4 | 0.82 |
| Hex | BE | E3 | CA | 10 | 0 | B | B | 8B | 28 | 52 |
| Octal | 276 | 343 | 312 | 20 | 0 | 13 | 13 | 213 | 50 | 122 |
| Binary | 10111110 | 11100011 | 11001010 | 10000 | 0 | 1011 | 1011 | 10001011 | 101000 | 1010010 |
Color Harmonies of #BEE3CA
Complementary color
Monochromatic Colors of #BEE3CA
Black with #BEE3CA
Text Example
Text Example
White with #BEE3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE3CA; }
p { color: rgb(190,227,202); }
H1.HeaderClassName
{
color: #BEE3CA;
}
.AnyTagClassName
{
color: #BEE3CA;
}
</style>
background-color css
<style>
a { background-color: #BEE3CA; }
a { background-color: rgb(190,227,202); }
div.DivClassName
{
background-color: #BEE3CA;
}
.BgClassName
{
background-color: #BEE3CA;
}
</style>
border-color css
<style>
span { border-color: #BEE3CA; }
span { border-color: rgb(190,227,202); }
td.TdClassName
{
border-color: #BEE3CA;
}
.TagClassName
{
border-color: #BEE3CA;
}
</style>