Shades of Granny Apple #BEF5C4
Tints of Granny Apple #BEF5C4
RGB
CMYK
RGB Variations
Color information
#BEF5C4 (or 0xBEF5C4) is known color: Granny Apple. HEX triplet: BE, F5 and C4. RGB value is (190,245,196). Sum of RGB (Red+Green+Blue) = 190+245+196=631 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.11% from 631); Green value is 245 (96.09% from 255 or 38.83% from 631); Blue value is 196 (76.95% from 255 or 31.06% from 631); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF5C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF5C4 is #410A3B. Grayscale: #DFDFDF. Windows color (decimal): -4262460 or 12907966. OLE color: 12907966.
HSL color Cylindrical-coordinate representation of color #BEF5C4: hue angle of 126.55º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEF5C4 is Cyan = 0.22, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 245 | 196 | - |
| CMYK | 0.22 | 0 | 0.2 | 0.04 |
| HSL | 126.55º | 0.73% | 0.85% | - |
| HSV(B) | 126.55º | 0.22% | 0.96% | - |
| XYZ | 63.85 | 80.24 | 64.35 | - |
| YUV | 222.97 | 112.78 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 245 | 196 | 0.22 | 0 | 0.2 | 0.04 | 126.55 | 0.73 | 0.85 |
| Hex | BE | F5 | C4 | 16 | 0 | 14 | 4 | 7F | 49 | 55 |
| Octal | 276 | 365 | 304 | 26 | 0 | 24 | 4 | 177 | 111 | 125 |
| Binary | 10111110 | 11110101 | 11000100 | 10110 | 0 | 10100 | 100 | 1111111 | 1001001 | 1010101 |
Color Harmonies of #BEF5C4
Complementary color
Monochromatic Colors of #BEF5C4
Black with #BEF5C4
Text Example
Text Example
White with #BEF5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF5C4; }
p { color: rgb(190,245,196); }
H1.HeaderClassName
{
color: #BEF5C4;
}
.AnyTagClassName
{
color: #BEF5C4;
}
</style>
background-color css
<style>
a { background-color: #BEF5C4; }
a { background-color: rgb(190,245,196); }
div.DivClassName
{
background-color: #BEF5C4;
}
.BgClassName
{
background-color: #BEF5C4;
}
</style>
border-color css
<style>
span { border-color: #BEF5C4; }
span { border-color: rgb(190,245,196); }
td.TdClassName
{
border-color: #BEF5C4;
}
.TagClassName
{
border-color: #BEF5C4;
}
</style>