Shades of Granny Apple #BEF0CA
Tints of Granny Apple #BEF0CA
RGB
CMYK
RGB Variations
Color information
#BEF0CA (or 0xBEF0CA) is known color: Granny Apple. HEX triplet: BE, F0 and CA. RGB value is (190,240,202). Sum of RGB (Red+Green+Blue) = 190+240+202=632 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.06% from 632); Green value is 240 (94.14% from 255 or 37.97% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF0CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF0CA is #410F35. Grayscale: #DCDCDC. Windows color (decimal): -4263734 or 13299902. OLE color: 13299902.
HSL color Cylindrical-coordinate representation of color #BEF0CA: hue angle of 134.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 #BEF0CA is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 202 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.06 |
| HSL | 134.4º | 0.63% | 0.84% | - |
| HSV(B) | 134.4º | 0.21% | 0.94% | - |
| XYZ | 63.06 | 77.53 | 67.52 | - |
| YUV | 220.72 | 117.44 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 202 | 0.21 | 0 | 0.16 | 0.06 | 134.4 | 0.63 | 0.84 |
| Hex | BE | F0 | CA | 15 | 0 | 10 | 6 | 86 | 3E | 54 |
| Octal | 276 | 360 | 312 | 25 | 0 | 20 | 6 | 206 | 76 | 124 |
| Binary | 10111110 | 11110000 | 11001010 | 10101 | 0 | 10000 | 110 | 10000110 | 111110 | 1010100 |
Color Harmonies of #BEF0CA
Complementary color
Monochromatic Colors of #BEF0CA
Black with #BEF0CA
Text Example
Text Example
White with #BEF0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF0CA; }
p { color: rgb(190,240,202); }
H1.HeaderClassName
{
color: #BEF0CA;
}
.AnyTagClassName
{
color: #BEF0CA;
}
</style>
background-color css
<style>
a { background-color: #BEF0CA; }
a { background-color: rgb(190,240,202); }
div.DivClassName
{
background-color: #BEF0CA;
}
.BgClassName
{
background-color: #BEF0CA;
}
</style>
border-color css
<style>
span { border-color: #BEF0CA; }
span { border-color: rgb(190,240,202); }
td.TdClassName
{
border-color: #BEF0CA;
}
.TagClassName
{
border-color: #BEF0CA;
}
</style>