Shades of Granny Apple #BEEDC8
Tints of Granny Apple #BEEDC8
RGB
CMYK
RGB Variations
Color information
#BEEDC8 (or 0xBEEDC8) is known color: Granny Apple. HEX triplet: BE, ED and C8. RGB value is (190,237,200). Sum of RGB (Red+Green+Blue) = 190+237+200=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 237 (92.97% from 255 or 37.80% from 627); Blue value is 200 (78.52% from 255 or 31.90% from 627); Max value from RGB is 237 - color contains mainly: green. Hex color #BEEDC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEDC8 is #411237. Grayscale: #DADADA. Windows color (decimal): -4264504 or 13168062. OLE color: 13168062.
HSL color Cylindrical-coordinate representation of color #BEEDC8: hue angle of 132.77º 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 #BEEDC8 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 237 | 200 | - |
| CMYK | 0.20 | 0 | 0.16 | 0.07 |
| HSL | 132.77º | 0.57% | 0.84% | - |
| HSV(B) | 132.77º | 0.2% | 0.93% | - |
| XYZ | 61.94 | 75.69 | 65.99 | - |
| YUV | 218.73 | 117.43 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 237 | 200 | 0.20 | 0 | 0.16 | 0.07 | 132.77 | 0.57 | 0.84 |
| Hex | BE | ED | C8 | 14 | 0 | 10 | 7 | 85 | 39 | 54 |
| Octal | 276 | 355 | 310 | 24 | 0 | 20 | 7 | 205 | 71 | 124 |
| Binary | 10111110 | 11101101 | 11001000 | 10100 | 0 | 10000 | 111 | 10000101 | 111001 | 1010100 |
Color Harmonies of #BEEDC8
Complementary color
Monochromatic Colors of #BEEDC8
Black with #BEEDC8
Text Example
Text Example
White with #BEEDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEDC8; }
p { color: rgb(190,237,200); }
H1.HeaderClassName
{
color: #BEEDC8;
}
.AnyTagClassName
{
color: #BEEDC8;
}
</style>
background-color css
<style>
a { background-color: #BEEDC8; }
a { background-color: rgb(190,237,200); }
div.DivClassName
{
background-color: #BEEDC8;
}
.BgClassName
{
background-color: #BEEDC8;
}
</style>
border-color css
<style>
span { border-color: #BEEDC8; }
span { border-color: rgb(190,237,200); }
td.TdClassName
{
border-color: #BEEDC8;
}
.TagClassName
{
border-color: #BEEDC8;
}
</style>