Shades of Granny Apple #BEEDC5
Tints of Granny Apple #BEEDC5
RGB
CMYK
RGB Variations
Color information
#BEEDC5 (or 0xBEEDC5) is known color: Granny Apple. HEX triplet: BE, ED and C5. RGB value is (190,237,197). Sum of RGB (Red+Green+Blue) = 190+237+197=624 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.45% from 624); Green value is 237 (92.97% from 255 or 37.98% from 624); Blue value is 197 (77.34% from 255 or 31.57% from 624); Max value from RGB is 237 - color contains mainly: green. Hex color #BEEDC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEDC5 is #41123A. Grayscale: #DADADA. Windows color (decimal): -4264507 or 12971454. OLE color: 12971454.
HSL color Cylindrical-coordinate representation of color #BEEDC5: hue angle of 128.94º 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 #BEEDC5 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 237 | 197 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.07 |
| HSL | 128.94º | 0.57% | 0.84% | - |
| HSV(B) | 128.94º | 0.2% | 0.93% | - |
| XYZ | 61.6 | 75.55 | 64.16 | - |
| YUV | 218.39 | 115.93 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 237 | 197 | 0.20 | 0 | 0.17 | 0.07 | 128.94 | 0.57 | 0.84 |
| Hex | BE | ED | C5 | 14 | 0 | 11 | 7 | 81 | 39 | 54 |
| Octal | 276 | 355 | 305 | 24 | 0 | 21 | 7 | 201 | 71 | 124 |
| Binary | 10111110 | 11101101 | 11000101 | 10100 | 0 | 10001 | 111 | 10000001 | 111001 | 1010100 |
Color Harmonies of #BEEDC5
Complementary color
Monochromatic Colors of #BEEDC5
Black with #BEEDC5
Text Example
Text Example
White with #BEEDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEDC5; }
p { color: rgb(190,237,197); }
H1.HeaderClassName
{
color: #BEEDC5;
}
.AnyTagClassName
{
color: #BEEDC5;
}
</style>
background-color css
<style>
a { background-color: #BEEDC5; }
a { background-color: rgb(190,237,197); }
div.DivClassName
{
background-color: #BEEDC5;
}
.BgClassName
{
background-color: #BEEDC5;
}
</style>
border-color css
<style>
span { border-color: #BEEDC5; }
span { border-color: rgb(190,237,197); }
td.TdClassName
{
border-color: #BEEDC5;
}
.TagClassName
{
border-color: #BEEDC5;
}
</style>