Shades of Granny Apple #BEEDC4
Tints of Granny Apple #BEEDC4
RGB
CMYK
RGB Variations
Color information
#BEEDC4 (or 0xBEEDC4) is known color: Granny Apple. HEX triplet: BE, ED and C4. RGB value is (190,237,196). Sum of RGB (Red+Green+Blue) = 190+237+196=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 237 (92.97% from 255 or 38.04% from 623); Blue value is 196 (76.95% from 255 or 31.46% from 623); Max value from RGB is 237 - color contains mainly: green. Hex color #BEEDC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEDC4 is #41123B. Grayscale: #DADADA. Windows color (decimal): -4264508 or 12905918. OLE color: 12905918.
HSL color Cylindrical-coordinate representation of color #BEEDC4: hue angle of 127.66º 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 #BEEDC4 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 237 | 196 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.07 |
| HSL | 127.66º | 0.57% | 0.84% | - |
| HSV(B) | 127.66º | 0.2% | 0.93% | - |
| XYZ | 61.48 | 75.5 | 63.56 | - |
| YUV | 218.27 | 115.43 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 237 | 196 | 0.20 | 0 | 0.17 | 0.07 | 127.66 | 0.57 | 0.84 |
| Hex | BE | ED | C4 | 14 | 0 | 11 | 7 | 80 | 39 | 54 |
| Octal | 276 | 355 | 304 | 24 | 0 | 21 | 7 | 200 | 71 | 124 |
| Binary | 10111110 | 11101101 | 11000100 | 10100 | 0 | 10001 | 111 | 10000000 | 111001 | 1010100 |
Color Harmonies of #BEEDC4
Complementary color
Monochromatic Colors of #BEEDC4
Black with #BEEDC4
Text Example
Text Example
White with #BEEDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEDC4; }
p { color: rgb(190,237,196); }
H1.HeaderClassName
{
color: #BEEDC4;
}
.AnyTagClassName
{
color: #BEEDC4;
}
</style>
background-color css
<style>
a { background-color: #BEEDC4; }
a { background-color: rgb(190,237,196); }
div.DivClassName
{
background-color: #BEEDC4;
}
.BgClassName
{
background-color: #BEEDC4;
}
</style>
border-color css
<style>
span { border-color: #BEEDC4; }
span { border-color: rgb(190,237,196); }
td.TdClassName
{
border-color: #BEEDC4;
}
.TagClassName
{
border-color: #BEEDC4;
}
</style>