Shades of Granny Apple #BEEDCA
Tints of Granny Apple #BEEDCA
RGB
CMYK
RGB Variations
Color information
#BEEDCA (or 0xBEEDCA) is known color: Granny Apple. HEX triplet: BE, ED and CA. RGB value is (190,237,202). Sum of RGB (Red+Green+Blue) = 190+237+202=629 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.21% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 237 - color contains mainly: green. Hex color #BEEDCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEDCA is #411235. Grayscale: #DBDBDB. Windows color (decimal): -4264502 or 13299134. OLE color: 13299134.
HSL color Cylindrical-coordinate representation of color #BEEDCA: hue angle of 135.32º 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 #BEEDCA is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 237 | 202 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.07 |
| HSL | 135.32º | 0.57% | 0.84% | - |
| HSV(B) | 135.32º | 0.2% | 0.93% | - |
| XYZ | 62.18 | 75.78 | 67.23 | - |
| YUV | 218.96 | 118.43 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 237 | 202 | 0.20 | 0 | 0.15 | 0.07 | 135.32 | 0.57 | 0.84 |
| Hex | BE | ED | CA | 14 | 0 | F | 7 | 87 | 39 | 54 |
| Octal | 276 | 355 | 312 | 24 | 0 | 17 | 7 | 207 | 71 | 124 |
| Binary | 10111110 | 11101101 | 11001010 | 10100 | 0 | 1111 | 111 | 10000111 | 111001 | 1010100 |
Color Harmonies of #BEEDCA
Complementary color
Monochromatic Colors of #BEEDCA
Black with #BEEDCA
Text Example
Text Example
White with #BEEDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEDCA; }
p { color: rgb(190,237,202); }
H1.HeaderClassName
{
color: #BEEDCA;
}
.AnyTagClassName
{
color: #BEEDCA;
}
</style>
background-color css
<style>
a { background-color: #BEEDCA; }
a { background-color: rgb(190,237,202); }
div.DivClassName
{
background-color: #BEEDCA;
}
.BgClassName
{
background-color: #BEEDCA;
}
</style>
border-color css
<style>
span { border-color: #BEEDCA; }
span { border-color: rgb(190,237,202); }
td.TdClassName
{
border-color: #BEEDCA;
}
.TagClassName
{
border-color: #BEEDCA;
}
</style>