Shades of Granny Apple #BEFDC6
Tints of Granny Apple #BEFDC6
RGB
CMYK
RGB Variations
Color information
#BEFDC6 (or 0xBEFDC6) is known color: Granny Apple. HEX triplet: BE, FD and C6. RGB value is (190,253,198). Sum of RGB (Red+Green+Blue) = 190+253+198=641 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.64% from 641); Green value is 253 (99.22% from 255 or 39.47% from 641); Blue value is 198 (77.73% from 255 or 30.89% from 641); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFDC6 is #410239. Grayscale: #E4E4E4. Windows color (decimal): -4260410 or 13041086. OLE color: 13041086.
HSL color Cylindrical-coordinate representation of color #BEFDC6: hue angle of 127.62º degrees, saturation: 0.94, 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 #BEFDC6 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 253 | 198 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.01 |
| HSL | 127.62º | 0.94% | 0.87% | - |
| HSV(B) | 127.62º | 0.25% | 0.99% | - |
| XYZ | 66.55 | 85.27 | 66.38 | - |
| YUV | 227.89 | 111.13 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 253 | 198 | 0.25 | 0 | 0.22 | 0.01 | 127.62 | 0.94 | 0.87 |
| Hex | BE | FD | C6 | 19 | 0 | 16 | 1 | 80 | 5E | 57 |
| Octal | 276 | 375 | 306 | 31 | 0 | 26 | 1 | 200 | 136 | 127 |
| Binary | 10111110 | 11111101 | 11000110 | 11001 | 0 | 10110 | 1 | 10000000 | 1011110 | 1010111 |
Color Harmonies of #BEFDC6
Complementary color
Monochromatic Colors of #BEFDC6
Black with #BEFDC6
Text Example
Text Example
White with #BEFDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFDC6; }
p { color: rgb(190,253,198); }
H1.HeaderClassName
{
color: #BEFDC6;
}
.AnyTagClassName
{
color: #BEFDC6;
}
</style>
background-color css
<style>
a { background-color: #BEFDC6; }
a { background-color: rgb(190,253,198); }
div.DivClassName
{
background-color: #BEFDC6;
}
.BgClassName
{
background-color: #BEFDC6;
}
</style>
border-color css
<style>
span { border-color: #BEFDC6; }
span { border-color: rgb(190,253,198); }
td.TdClassName
{
border-color: #BEFDC6;
}
.TagClassName
{
border-color: #BEFDC6;
}
</style>