Shades of Granny Apple #BEEDC7
Tints of Granny Apple #BEEDC7
RGB
CMYK
RGB Variations
Color information
#BEEDC7 (or 0xBEEDC7) is known color: Granny Apple. HEX triplet: BE, ED and C7. RGB value is (190,237,199). Sum of RGB (Red+Green+Blue) = 190+237+199=626 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.35% from 626); Green value is 237 (92.97% from 255 or 37.86% from 626); Blue value is 199 (78.12% from 255 or 31.79% from 626); Max value from RGB is 237 - color contains mainly: green. Hex color #BEEDC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEDC7 is #411238. Grayscale: #DADADA. Windows color (decimal): -4264505 or 13102526. OLE color: 13102526.
HSL color Cylindrical-coordinate representation of color #BEEDC7: hue angle of 131.49º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEEDC7 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 237 | 199 | - |
| CMYK | 0.20 | 0 | 0.16 | 0.07 |
| HSL | 131.49º | 0.57% | 0.84% | - |
| HSV(B) | 131.49º | 0.2% | 0.93% | - |
| XYZ | 61.83 | 75.64 | 65.37 | - |
| YUV | 218.62 | 116.93 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 237 | 199 | 0.20 | 0 | 0.16 | 0.07 | 131.49 | 0.57 | 0.84 |
| Hex | BE | ED | C7 | 14 | 0 | 10 | 7 | 83 | 39 | 54 |
| Octal | 276 | 355 | 307 | 24 | 0 | 20 | 7 | 203 | 71 | 124 |
| Binary | 10111110 | 11101101 | 11000111 | 10100 | 0 | 10000 | 111 | 10000011 | 111001 | 1010100 |
Color Harmonies of #BEEDC7
Complementary color
Monochromatic Colors of #BEEDC7
Black with #BEEDC7
Text Example
Text Example
White with #BEEDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEDC7; }
p { color: rgb(190,237,199); }
H1.HeaderClassName
{
color: #BEEDC7;
}
.AnyTagClassName
{
color: #BEEDC7;
}
</style>
background-color css
<style>
a { background-color: #BEEDC7; }
a { background-color: rgb(190,237,199); }
div.DivClassName
{
background-color: #BEEDC7;
}
.BgClassName
{
background-color: #BEEDC7;
}
</style>
border-color css
<style>
span { border-color: #BEEDC7; }
span { border-color: rgb(190,237,199); }
td.TdClassName
{
border-color: #BEEDC7;
}
.TagClassName
{
border-color: #BEEDC7;
}
</style>