Shades of Granny Apple #BEF3C8
Tints of Granny Apple #BEF3C8
RGB
CMYK
RGB Variations
Color information
#BEF3C8 (or 0xBEF3C8) is known color: Granny Apple. HEX triplet: BE, F3 and C8. RGB value is (190,243,200). Sum of RGB (Red+Green+Blue) = 190+243+200=633 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.02% from 633); Green value is 243 (95.31% from 255 or 38.39% from 633); Blue value is 200 (78.52% from 255 or 31.60% from 633); Max value from RGB is 243 - color contains mainly: green. Hex color #BEF3C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF3C8 is #410C37. Grayscale: #DEDEDE. Windows color (decimal): -4262968 or 13169598. OLE color: 13169598.
HSL color Cylindrical-coordinate representation of color #BEF3C8: hue angle of 131.32º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEF3C8 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 243 | 200 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.05 |
| HSL | 131.32º | 0.69% | 0.85% | - |
| HSV(B) | 131.32º | 0.22% | 0.95% | - |
| XYZ | 63.71 | 79.22 | 66.58 | - |
| YUV | 222.25 | 115.44 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 243 | 200 | 0.22 | 0 | 0.18 | 0.05 | 131.32 | 0.69 | 0.85 |
| Hex | BE | F3 | C8 | 16 | 0 | 12 | 5 | 83 | 45 | 55 |
| Octal | 276 | 363 | 310 | 26 | 0 | 22 | 5 | 203 | 105 | 125 |
| Binary | 10111110 | 11110011 | 11001000 | 10110 | 0 | 10010 | 101 | 10000011 | 1000101 | 1010101 |
Color Harmonies of #BEF3C8
Complementary color
Monochromatic Colors of #BEF3C8
Black with #BEF3C8
Text Example
Text Example
White with #BEF3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF3C8; }
p { color: rgb(190,243,200); }
H1.HeaderClassName
{
color: #BEF3C8;
}
.AnyTagClassName
{
color: #BEF3C8;
}
</style>
background-color css
<style>
a { background-color: #BEF3C8; }
a { background-color: rgb(190,243,200); }
div.DivClassName
{
background-color: #BEF3C8;
}
.BgClassName
{
background-color: #BEF3C8;
}
</style>
border-color css
<style>
span { border-color: #BEF3C8; }
span { border-color: rgb(190,243,200); }
td.TdClassName
{
border-color: #BEF3C8;
}
.TagClassName
{
border-color: #BEF3C8;
}
</style>