Shades of Granny Apple #BEF0CC
Tints of Granny Apple #BEF0CC
RGB
CMYK
RGB Variations
Color information
#BEF0CC (or 0xBEF0CC) is known color: Granny Apple. HEX triplet: BE, F0 and CC. RGB value is (190,240,204). Sum of RGB (Red+Green+Blue) = 190+240+204=634 (83% of max value = 765). Red value is 190 (74.61% from 255 or 29.97% from 634); Green value is 240 (94.14% from 255 or 37.85% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF0CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF0CC is #410F33. Grayscale: #DDDDDD. Windows color (decimal): -4263732 or 13430974. OLE color: 13430974.
HSL color Cylindrical-coordinate representation of color #BEF0CC: hue angle of 136.8º 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 #BEF0CC is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 204 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.06 |
| HSL | 136.8º | 0.63% | 0.84% | - |
| HSV(B) | 136.8º | 0.21% | 0.94% | - |
| XYZ | 63.29 | 77.63 | 68.77 | - |
| YUV | 220.95 | 118.44 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 204 | 0.21 | 0 | 0.15 | 0.06 | 136.8 | 0.63 | 0.84 |
| Hex | BE | F0 | CC | 15 | 0 | F | 6 | 89 | 3E | 54 |
| Octal | 276 | 360 | 314 | 25 | 0 | 17 | 6 | 211 | 76 | 124 |
| Binary | 10111110 | 11110000 | 11001100 | 10101 | 0 | 1111 | 110 | 10001001 | 111110 | 1010100 |
Color Harmonies of #BEF0CC
Complementary color
Monochromatic Colors of #BEF0CC
Black with #BEF0CC
Text Example
Text Example
White with #BEF0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF0CC; }
p { color: rgb(190,240,204); }
H1.HeaderClassName
{
color: #BEF0CC;
}
.AnyTagClassName
{
color: #BEF0CC;
}
</style>
background-color css
<style>
a { background-color: #BEF0CC; }
a { background-color: rgb(190,240,204); }
div.DivClassName
{
background-color: #BEF0CC;
}
.BgClassName
{
background-color: #BEF0CC;
}
</style>
border-color css
<style>
span { border-color: #BEF0CC; }
span { border-color: rgb(190,240,204); }
td.TdClassName
{
border-color: #BEF0CC;
}
.TagClassName
{
border-color: #BEF0CC;
}
</style>