Shades of Granny Apple #BEEDCB
Tints of Granny Apple #BEEDCB
RGB
CMYK
RGB Variations
Color information
#BEEDCB (or 0xBEEDCB) is known color: Granny Apple. HEX triplet: BE, ED and CB. RGB value is (190,237,203). Sum of RGB (Red+Green+Blue) = 190+237+203=630 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.16% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 237 - color contains mainly: green. Hex color #BEEDCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEDCB is #411234. Grayscale: #DBDBDB. Windows color (decimal): -4264501 or 13364670. OLE color: 13364670.
HSL color Cylindrical-coordinate representation of color #BEEDCB: hue angle of 136.6º 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 #BEEDCB is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 237 | 203 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.07 |
| HSL | 136.6º | 0.57% | 0.84% | - |
| HSV(B) | 136.6º | 0.2% | 0.93% | - |
| XYZ | 62.3 | 75.83 | 67.85 | - |
| YUV | 219.07 | 118.93 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 237 | 203 | 0.20 | 0 | 0.14 | 0.07 | 136.6 | 0.57 | 0.84 |
| Hex | BE | ED | CB | 14 | 0 | E | 7 | 89 | 39 | 54 |
| Octal | 276 | 355 | 313 | 24 | 0 | 16 | 7 | 211 | 71 | 124 |
| Binary | 10111110 | 11101101 | 11001011 | 10100 | 0 | 1110 | 111 | 10001001 | 111001 | 1010100 |
Color Harmonies of #BEEDCB
Complementary color
Monochromatic Colors of #BEEDCB
Black with #BEEDCB
Text Example
Text Example
White with #BEEDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEDCB; }
p { color: rgb(190,237,203); }
H1.HeaderClassName
{
color: #BEEDCB;
}
.AnyTagClassName
{
color: #BEEDCB;
}
</style>
background-color css
<style>
a { background-color: #BEEDCB; }
a { background-color: rgb(190,237,203); }
div.DivClassName
{
background-color: #BEEDCB;
}
.BgClassName
{
background-color: #BEEDCB;
}
</style>
border-color css
<style>
span { border-color: #BEEDCB; }
span { border-color: rgb(190,237,203); }
td.TdClassName
{
border-color: #BEEDCB;
}
.TagClassName
{
border-color: #BEEDCB;
}
</style>