Shades of Granny Apple #BEF2CB
Tints of Granny Apple #BEF2CB
RGB
CMYK
RGB Variations
Color information
#BEF2CB (or 0xBEF2CB) is known color: Granny Apple. HEX triplet: BE, F2 and CB. RGB value is (190,242,203). Sum of RGB (Red+Green+Blue) = 190+242+203=635 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.92% from 635); Green value is 242 (94.92% from 255 or 38.11% from 635); Blue value is 203 (79.69% from 255 or 31.97% from 635); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF2CB is #410D34. Grayscale: #DEDEDE. Windows color (decimal): -4263221 or 13365950. OLE color: 13365950.
HSL color Cylindrical-coordinate representation of color #BEF2CB: hue angle of 135º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEF2CB is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 242 | 203 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.05 |
| HSL | 135º | 0.67% | 0.85% | - |
| HSV(B) | 135º | 0.21% | 0.95% | - |
| XYZ | 63.77 | 78.76 | 68.34 | - |
| YUV | 222.01 | 117.27 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 242 | 203 | 0.21 | 0 | 0.16 | 0.05 | 135 | 0.67 | 0.85 |
| Hex | BE | F2 | CB | 15 | 0 | 10 | 5 | 87 | 43 | 55 |
| Octal | 276 | 362 | 313 | 25 | 0 | 20 | 5 | 207 | 103 | 125 |
| Binary | 10111110 | 11110010 | 11001011 | 10101 | 0 | 10000 | 101 | 10000111 | 1000011 | 1010101 |
Color Harmonies of #BEF2CB
Complementary color
Monochromatic Colors of #BEF2CB
Black with #BEF2CB
Text Example
Text Example
White with #BEF2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF2CB; }
p { color: rgb(190,242,203); }
H1.HeaderClassName
{
color: #BEF2CB;
}
.AnyTagClassName
{
color: #BEF2CB;
}
</style>
background-color css
<style>
a { background-color: #BEF2CB; }
a { background-color: rgb(190,242,203); }
div.DivClassName
{
background-color: #BEF2CB;
}
.BgClassName
{
background-color: #BEF2CB;
}
</style>
border-color css
<style>
span { border-color: #BEF2CB; }
span { border-color: rgb(190,242,203); }
td.TdClassName
{
border-color: #BEF2CB;
}
.TagClassName
{
border-color: #BEF2CB;
}
</style>