Shades of Granny Apple #BEF0C4
Tints of Granny Apple #BEF0C4
RGB
CMYK
RGB Variations
Color information
#BEF0C4 (or 0xBEF0C4) is known color: Granny Apple. HEX triplet: BE, F0 and C4. RGB value is (190,240,196). Sum of RGB (Red+Green+Blue) = 190+240+196=626 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.35% from 626); Green value is 240 (94.14% from 255 or 38.34% from 626); Blue value is 196 (76.95% from 255 or 31.31% from 626); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF0C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF0C4 is #410F3B. Grayscale: #DCDCDC. Windows color (decimal): -4263740 or 12906686. OLE color: 12906686.
HSL color Cylindrical-coordinate representation of color #BEF0C4: hue angle of 127.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 #BEF0C4 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 196 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.06 |
| HSL | 127.2º | 0.63% | 0.84% | - |
| HSV(B) | 127.2º | 0.21% | 0.94% | - |
| XYZ | 62.36 | 77.25 | 63.85 | - |
| YUV | 220.03 | 114.44 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 196 | 0.21 | 0 | 0.18 | 0.06 | 127.2 | 0.63 | 0.84 |
| Hex | BE | F0 | C4 | 15 | 0 | 12 | 6 | 7F | 3E | 54 |
| Octal | 276 | 360 | 304 | 25 | 0 | 22 | 6 | 177 | 76 | 124 |
| Binary | 10111110 | 11110000 | 11000100 | 10101 | 0 | 10010 | 110 | 1111111 | 111110 | 1010100 |
Color Harmonies of #BEF0C4
Complementary color
Monochromatic Colors of #BEF0C4
Black with #BEF0C4
Text Example
Text Example
White with #BEF0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF0C4; }
p { color: rgb(190,240,196); }
H1.HeaderClassName
{
color: #BEF0C4;
}
.AnyTagClassName
{
color: #BEF0C4;
}
</style>
background-color css
<style>
a { background-color: #BEF0C4; }
a { background-color: rgb(190,240,196); }
div.DivClassName
{
background-color: #BEF0C4;
}
.BgClassName
{
background-color: #BEF0C4;
}
</style>
border-color css
<style>
span { border-color: #BEF0C4; }
span { border-color: rgb(190,240,196); }
td.TdClassName
{
border-color: #BEF0C4;
}
.TagClassName
{
border-color: #BEF0C4;
}
</style>