Shades of Granny Apple #BEE5CA
Tints of Granny Apple #BEE5CA
RGB
CMYK
RGB Variations
Color information
#BEE5CA (or 0xBEE5CA) is known color: Granny Apple. HEX triplet: BE, E5 and CA. RGB value is (190,229,202). Sum of RGB (Red+Green+Blue) = 190+229+202=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 229 (89.84% from 255 or 36.88% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 229 - color contains mainly: green. Hex color #BEE5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE5CA is #411A35. Grayscale: #D6D6D6. Windows color (decimal): -4266550 or 13297086. OLE color: 13297086.
HSL color Cylindrical-coordinate representation of color #BEE5CA: hue angle of 138.46º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEE5CA is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 229 | 202 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.10 |
| HSL | 138.46º | 0.43% | 0.82% | - |
| HSV(B) | 138.46º | 0.17% | 0.9% | - |
| XYZ | 59.92 | 71.25 | 66.47 | - |
| YUV | 214.26 | 121.08 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 229 | 202 | 0.17 | 0 | 0.12 | 0.10 | 138.46 | 0.43 | 0.82 |
| Hex | BE | E5 | CA | 11 | 0 | C | A | 8A | 2B | 52 |
| Octal | 276 | 345 | 312 | 21 | 0 | 14 | 12 | 212 | 53 | 122 |
| Binary | 10111110 | 11100101 | 11001010 | 10001 | 0 | 1100 | 1010 | 10001010 | 101011 | 1010010 |
Color Harmonies of #BEE5CA
Complementary color
Monochromatic Colors of #BEE5CA
Black with #BEE5CA
Text Example
Text Example
White with #BEE5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE5CA; }
p { color: rgb(190,229,202); }
H1.HeaderClassName
{
color: #BEE5CA;
}
.AnyTagClassName
{
color: #BEE5CA;
}
</style>
background-color css
<style>
a { background-color: #BEE5CA; }
a { background-color: rgb(190,229,202); }
div.DivClassName
{
background-color: #BEE5CA;
}
.BgClassName
{
background-color: #BEE5CA;
}
</style>
border-color css
<style>
span { border-color: #BEE5CA; }
span { border-color: rgb(190,229,202); }
td.TdClassName
{
border-color: #BEE5CA;
}
.TagClassName
{
border-color: #BEE5CA;
}
</style>