Shades of Granny Apple #BEE2CB
Tints of Granny Apple #BEE2CB
RGB
CMYK
RGB Variations
Color information
#BEE2CB (or 0xBEE2CB) is known color: Granny Apple. HEX triplet: BE, E2 and CB. RGB value is (190,226,203). Sum of RGB (Red+Green+Blue) = 190+226+203=619 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.69% from 619); Green value is 226 (88.67% from 255 or 36.51% from 619); Blue value is 203 (79.69% from 255 or 32.79% from 619); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE2CB is #411D34. Grayscale: #D4D4D4. Windows color (decimal): -4267317 or 13361854. OLE color: 13361854.
HSL color Cylindrical-coordinate representation of color #BEE2CB: hue angle of 141.67º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEE2CB is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 226 | 203 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.11 |
| HSL | 141.67º | 0.38% | 0.82% | - |
| HSV(B) | 141.67º | 0.16% | 0.89% | - |
| XYZ | 59.21 | 69.65 | 66.82 | - |
| YUV | 212.61 | 122.57 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 226 | 203 | 0.16 | 0 | 0.10 | 0.11 | 141.67 | 0.38 | 0.82 |
| Hex | BE | E2 | CB | 10 | 0 | A | B | 8E | 26 | 52 |
| Octal | 276 | 342 | 313 | 20 | 0 | 12 | 13 | 216 | 46 | 122 |
| Binary | 10111110 | 11100010 | 11001011 | 10000 | 0 | 1010 | 1011 | 10001110 | 100110 | 1010010 |
Color Harmonies of #BEE2CB
Complementary color
Monochromatic Colors of #BEE2CB
Black with #BEE2CB
Text Example
Text Example
White with #BEE2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE2CB; }
p { color: rgb(190,226,203); }
H1.HeaderClassName
{
color: #BEE2CB;
}
.AnyTagClassName
{
color: #BEE2CB;
}
</style>
background-color css
<style>
a { background-color: #BEE2CB; }
a { background-color: rgb(190,226,203); }
div.DivClassName
{
background-color: #BEE2CB;
}
.BgClassName
{
background-color: #BEE2CB;
}
</style>
border-color css
<style>
span { border-color: #BEE2CB; }
span { border-color: rgb(190,226,203); }
td.TdClassName
{
border-color: #BEE2CB;
}
.TagClassName
{
border-color: #BEE2CB;
}
</style>