Shades of Granny Apple #BEFCC9
Tints of Granny Apple #BEFCC9
RGB
CMYK
RGB Variations
Color information
#BEFCC9 (or 0xBEFCC9) is known color: Granny Apple. HEX triplet: BE, FC and C9. RGB value is (190,252,201). Sum of RGB (Red+Green+Blue) = 190+252+201=643 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.55% from 643); Green value is 252 (98.83% from 255 or 39.19% from 643); Blue value is 201 (78.91% from 255 or 31.26% from 643); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFCC9 is #410336. Grayscale: #E3E3E3. Windows color (decimal): -4260663 or 13237438. OLE color: 13237438.
HSL color Cylindrical-coordinate representation of color #BEFCC9: hue angle of 130.65º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFCC9 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 252 | 201 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.01 |
| HSL | 130.65º | 0.91% | 0.87% | - |
| HSV(B) | 130.65º | 0.25% | 0.99% | - |
| XYZ | 66.59 | 84.79 | 68.11 | - |
| YUV | 227.65 | 112.96 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 252 | 201 | 0.25 | 0 | 0.20 | 0.01 | 130.65 | 0.91 | 0.87 |
| Hex | BE | FC | C9 | 19 | 0 | 14 | 1 | 83 | 5B | 57 |
| Octal | 276 | 374 | 311 | 31 | 0 | 24 | 1 | 203 | 133 | 127 |
| Binary | 10111110 | 11111100 | 11001001 | 11001 | 0 | 10100 | 1 | 10000011 | 1011011 | 1010111 |
Color Harmonies of #BEFCC9
Complementary color
Monochromatic Colors of #BEFCC9
Black with #BEFCC9
Text Example
Text Example
White with #BEFCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFCC9; }
p { color: rgb(190,252,201); }
H1.HeaderClassName
{
color: #BEFCC9;
}
.AnyTagClassName
{
color: #BEFCC9;
}
</style>
background-color css
<style>
a { background-color: #BEFCC9; }
a { background-color: rgb(190,252,201); }
div.DivClassName
{
background-color: #BEFCC9;
}
.BgClassName
{
background-color: #BEFCC9;
}
</style>
border-color css
<style>
span { border-color: #BEFCC9; }
span { border-color: rgb(190,252,201); }
td.TdClassName
{
border-color: #BEFCC9;
}
.TagClassName
{
border-color: #BEFCC9;
}
</style>