Shades of Granny Apple #BEF2C9
Tints of Granny Apple #BEF2C9
RGB
CMYK
RGB Variations
Color information
#BEF2C9 (or 0xBEF2C9) is known color: Granny Apple. HEX triplet: BE, F2 and C9. RGB value is (190,242,201). Sum of RGB (Red+Green+Blue) = 190+242+201=633 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.02% from 633); Green value is 242 (94.92% from 255 or 38.23% from 633); Blue value is 201 (78.91% from 255 or 31.75% from 633); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF2C9 is #410D36. Grayscale: #DDDDDD. Windows color (decimal): -4263223 or 13234878. OLE color: 13234878.
HSL color Cylindrical-coordinate representation of color #BEF2C9: hue angle of 132.69º 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 #BEF2C9 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 242 | 201 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.05 |
| HSL | 132.69º | 0.67% | 0.85% | - |
| HSV(B) | 132.69º | 0.21% | 0.95% | - |
| XYZ | 63.53 | 78.67 | 67.09 | - |
| YUV | 221.78 | 116.27 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 242 | 201 | 0.21 | 0 | 0.17 | 0.05 | 132.69 | 0.67 | 0.85 |
| Hex | BE | F2 | C9 | 15 | 0 | 11 | 5 | 85 | 43 | 55 |
| Octal | 276 | 362 | 311 | 25 | 0 | 21 | 5 | 205 | 103 | 125 |
| Binary | 10111110 | 11110010 | 11001001 | 10101 | 0 | 10001 | 101 | 10000101 | 1000011 | 1010101 |
Color Harmonies of #BEF2C9
Complementary color
Monochromatic Colors of #BEF2C9
Black with #BEF2C9
Text Example
Text Example
White with #BEF2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF2C9; }
p { color: rgb(190,242,201); }
H1.HeaderClassName
{
color: #BEF2C9;
}
.AnyTagClassName
{
color: #BEF2C9;
}
</style>
background-color css
<style>
a { background-color: #BEF2C9; }
a { background-color: rgb(190,242,201); }
div.DivClassName
{
background-color: #BEF2C9;
}
.BgClassName
{
background-color: #BEF2C9;
}
</style>
border-color css
<style>
span { border-color: #BEF2C9; }
span { border-color: rgb(190,242,201); }
td.TdClassName
{
border-color: #BEF2C9;
}
.TagClassName
{
border-color: #BEF2C9;
}
</style>