Shades of Granny Apple #BEF2CE
Tints of Granny Apple #BEF2CE
RGB
CMYK
RGB Variations
Color information
#BEF2CE (or 0xBEF2CE) is known color: Granny Apple. HEX triplet: BE, F2 and CE. RGB value is (190,242,206). Sum of RGB (Red+Green+Blue) = 190+242+206=638 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.78% from 638); Green value is 242 (94.92% from 255 or 37.93% from 638); Blue value is 206 (80.86% from 255 or 32.29% from 638); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF2CE is #410D31. Grayscale: #DEDEDE. Windows color (decimal): -4263218 or 13562558. OLE color: 13562558.
HSL color Cylindrical-coordinate representation of color #BEF2CE: hue angle of 138.46º 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 #BEF2CE is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 242 | 206 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.05 |
| HSL | 138.46º | 0.67% | 0.85% | - |
| HSV(B) | 138.46º | 0.21% | 0.95% | - |
| XYZ | 64.13 | 78.91 | 70.24 | - |
| YUV | 222.35 | 118.77 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 242 | 206 | 0.21 | 0 | 0.15 | 0.05 | 138.46 | 0.67 | 0.85 |
| Hex | BE | F2 | CE | 15 | 0 | F | 5 | 8A | 43 | 55 |
| Octal | 276 | 362 | 316 | 25 | 0 | 17 | 5 | 212 | 103 | 125 |
| Binary | 10111110 | 11110010 | 11001110 | 10101 | 0 | 1111 | 101 | 10001010 | 1000011 | 1010101 |
Color Harmonies of #BEF2CE
Complementary color
Monochromatic Colors of #BEF2CE
Black with #BEF2CE
Text Example
Text Example
White with #BEF2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF2CE; }
p { color: rgb(190,242,206); }
H1.HeaderClassName
{
color: #BEF2CE;
}
.AnyTagClassName
{
color: #BEF2CE;
}
</style>
background-color css
<style>
a { background-color: #BEF2CE; }
a { background-color: rgb(190,242,206); }
div.DivClassName
{
background-color: #BEF2CE;
}
.BgClassName
{
background-color: #BEF2CE;
}
</style>
border-color css
<style>
span { border-color: #BEF2CE; }
span { border-color: rgb(190,242,206); }
td.TdClassName
{
border-color: #BEF2CE;
}
.TagClassName
{
border-color: #BEF2CE;
}
</style>