Shades of Granny Apple #BEE5CD
Tints of Granny Apple #BEE5CD
RGB
CMYK
RGB Variations
Color information
#BEE5CD (or 0xBEE5CD) is known color: Granny Apple. HEX triplet: BE, E5 and CD. RGB value is (190,229,205). Sum of RGB (Red+Green+Blue) = 190+229+205=624 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.45% from 624); Green value is 229 (89.84% from 255 or 36.70% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 229 - color contains mainly: green. Hex color #BEE5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE5CD is #411A32. Grayscale: #D6D6D6. Windows color (decimal): -4266547 or 13493694. OLE color: 13493694.
HSL color Cylindrical-coordinate representation of color #BEE5CD: hue angle of 143.08º 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 #BEE5CD is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 229 | 205 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.10 |
| HSL | 143.08º | 0.43% | 0.82% | - |
| HSV(B) | 143.08º | 0.17% | 0.9% | - |
| XYZ | 60.27 | 71.39 | 68.36 | - |
| YUV | 214.6 | 122.58 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 229 | 205 | 0.17 | 0 | 0.10 | 0.10 | 143.08 | 0.43 | 0.82 |
| Hex | BE | E5 | CD | 11 | 0 | A | A | 8F | 2B | 52 |
| Octal | 276 | 345 | 315 | 21 | 0 | 12 | 12 | 217 | 53 | 122 |
| Binary | 10111110 | 11100101 | 11001101 | 10001 | 0 | 1010 | 1010 | 10001111 | 101011 | 1010010 |
Color Harmonies of #BEE5CD
Complementary color
Monochromatic Colors of #BEE5CD
Black with #BEE5CD
Text Example
Text Example
White with #BEE5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE5CD; }
p { color: rgb(190,229,205); }
H1.HeaderClassName
{
color: #BEE5CD;
}
.AnyTagClassName
{
color: #BEE5CD;
}
</style>
background-color css
<style>
a { background-color: #BEE5CD; }
a { background-color: rgb(190,229,205); }
div.DivClassName
{
background-color: #BEE5CD;
}
.BgClassName
{
background-color: #BEE5CD;
}
</style>
border-color css
<style>
span { border-color: #BEE5CD; }
span { border-color: rgb(190,229,205); }
td.TdClassName
{
border-color: #BEE5CD;
}
.TagClassName
{
border-color: #BEE5CD;
}
</style>