Shades of Granny Apple #BEF7CC
Tints of Granny Apple #BEF7CC
RGB
CMYK
RGB Variations
Color information
#BEF7CC (or 0xBEF7CC) is known color: Granny Apple. HEX triplet: BE, F7 and CC. RGB value is (190,247,204). Sum of RGB (Red+Green+Blue) = 190+247+204=641 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.64% from 641); Green value is 247 (96.88% from 255 or 38.53% from 641); Blue value is 204 (80.08% from 255 or 31.83% from 641); Max value from RGB is 247 - color contains mainly: green. Hex color #BEF7CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF7CC is #410833. Grayscale: #E1E1E1. Windows color (decimal): -4261940 or 13432766. OLE color: 13432766.
HSL color Cylindrical-coordinate representation of color #BEF7CC: hue angle of 134.74º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEF7CC is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 247 | 204 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.03 |
| HSL | 134.74º | 0.78% | 0.86% | - |
| HSV(B) | 134.74º | 0.23% | 0.97% | - |
| XYZ | 65.4 | 81.83 | 69.47 | - |
| YUV | 225.06 | 116.12 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 247 | 204 | 0.23 | 0 | 0.17 | 0.03 | 134.74 | 0.78 | 0.86 |
| Hex | BE | F7 | CC | 17 | 0 | 11 | 3 | 87 | 4E | 56 |
| Octal | 276 | 367 | 314 | 27 | 0 | 21 | 3 | 207 | 116 | 126 |
| Binary | 10111110 | 11110111 | 11001100 | 10111 | 0 | 10001 | 11 | 10000111 | 1001110 | 1010110 |
Color Harmonies of #BEF7CC
Complementary color
Monochromatic Colors of #BEF7CC
Black with #BEF7CC
Text Example
Text Example
White with #BEF7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF7CC; }
p { color: rgb(190,247,204); }
H1.HeaderClassName
{
color: #BEF7CC;
}
.AnyTagClassName
{
color: #BEF7CC;
}
</style>
background-color css
<style>
a { background-color: #BEF7CC; }
a { background-color: rgb(190,247,204); }
div.DivClassName
{
background-color: #BEF7CC;
}
.BgClassName
{
background-color: #BEF7CC;
}
</style>
border-color css
<style>
span { border-color: #BEF7CC; }
span { border-color: rgb(190,247,204); }
td.TdClassName
{
border-color: #BEF7CC;
}
.TagClassName
{
border-color: #BEF7CC;
}
</style>