Shades of Granny Apple #BEF0CF
Tints of Granny Apple #BEF0CF
RGB
CMYK
RGB Variations
Color information
#BEF0CF (or 0xBEF0CF) is known color: Granny Apple. HEX triplet: BE, F0 and CF. RGB value is (190,240,207). Sum of RGB (Red+Green+Blue) = 190+240+207=637 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.83% from 637); Green value is 240 (94.14% from 255 or 37.68% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF0CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF0CF is #410F30. Grayscale: #DDDDDD. Windows color (decimal): -4263729 or 13627582. OLE color: 13627582.
HSL color Cylindrical-coordinate representation of color #BEF0CF: hue angle of 140.4º 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 #BEF0CF is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 207 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.06 |
| HSL | 140.4º | 0.63% | 0.84% | - |
| HSV(B) | 140.4º | 0.21% | 0.94% | - |
| XYZ | 63.66 | 77.77 | 70.69 | - |
| YUV | 221.29 | 119.94 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 207 | 0.21 | 0 | 0.14 | 0.06 | 140.4 | 0.63 | 0.84 |
| Hex | BE | F0 | CF | 15 | 0 | E | 6 | 8C | 3E | 54 |
| Octal | 276 | 360 | 317 | 25 | 0 | 16 | 6 | 214 | 76 | 124 |
| Binary | 10111110 | 11110000 | 11001111 | 10101 | 0 | 1110 | 110 | 10001100 | 111110 | 1010100 |
Color Harmonies of #BEF0CF
Complementary color
Monochromatic Colors of #BEF0CF
Black with #BEF0CF
Text Example
Text Example
White with #BEF0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF0CF; }
p { color: rgb(190,240,207); }
H1.HeaderClassName
{
color: #BEF0CF;
}
.AnyTagClassName
{
color: #BEF0CF;
}
</style>
background-color css
<style>
a { background-color: #BEF0CF; }
a { background-color: rgb(190,240,207); }
div.DivClassName
{
background-color: #BEF0CF;
}
.BgClassName
{
background-color: #BEF0CF;
}
</style>
border-color css
<style>
span { border-color: #BEF0CF; }
span { border-color: rgb(190,240,207); }
td.TdClassName
{
border-color: #BEF0CF;
}
.TagClassName
{
border-color: #BEF0CF;
}
</style>