Shades of Granny Apple #BEF0C9
Tints of Granny Apple #BEF0C9
RGB
CMYK
RGB Variations
Color information
#BEF0C9 (or 0xBEF0C9) is known color: Granny Apple. HEX triplet: BE, F0 and C9. RGB value is (190,240,201). Sum of RGB (Red+Green+Blue) = 190+240+201=631 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.11% from 631); Green value is 240 (94.14% from 255 or 38.03% from 631); Blue value is 201 (78.91% from 255 or 31.85% from 631); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF0C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF0C9 is #410F36. Grayscale: #DCDCDC. Windows color (decimal): -4263735 or 13234366. OLE color: 13234366.
HSL color Cylindrical-coordinate representation of color #BEF0C9: hue angle of 133.2º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEF0C9 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 201 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.06 |
| HSL | 133.2º | 0.63% | 0.84% | - |
| HSV(B) | 133.2º | 0.21% | 0.94% | - |
| XYZ | 62.94 | 77.48 | 66.9 | - |
| YUV | 220.6 | 116.94 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 201 | 0.21 | 0 | 0.16 | 0.06 | 133.2 | 0.63 | 0.84 |
| Hex | BE | F0 | C9 | 15 | 0 | 10 | 6 | 85 | 3E | 54 |
| Octal | 276 | 360 | 311 | 25 | 0 | 20 | 6 | 205 | 76 | 124 |
| Binary | 10111110 | 11110000 | 11001001 | 10101 | 0 | 10000 | 110 | 10000101 | 111110 | 1010100 |
Color Harmonies of #BEF0C9
Complementary color
Monochromatic Colors of #BEF0C9
Black with #BEF0C9
Text Example
Text Example
White with #BEF0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF0C9; }
p { color: rgb(190,240,201); }
H1.HeaderClassName
{
color: #BEF0C9;
}
.AnyTagClassName
{
color: #BEF0C9;
}
</style>
background-color css
<style>
a { background-color: #BEF0C9; }
a { background-color: rgb(190,240,201); }
div.DivClassName
{
background-color: #BEF0C9;
}
.BgClassName
{
background-color: #BEF0C9;
}
</style>
border-color css
<style>
span { border-color: #BEF0C9; }
span { border-color: rgb(190,240,201); }
td.TdClassName
{
border-color: #BEF0C9;
}
.TagClassName
{
border-color: #BEF0C9;
}
</style>