Shades of Granny Apple #BEFDC8
Tints of Granny Apple #BEFDC8
RGB
CMYK
RGB Variations
Color information
#BEFDC8 (or 0xBEFDC8) is known color: Granny Apple. HEX triplet: BE, FD and C8. RGB value is (190,253,200). Sum of RGB (Red+Green+Blue) = 190+253+200=643 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.55% from 643); Green value is 253 (99.22% from 255 or 39.35% from 643); Blue value is 200 (78.52% from 255 or 31.10% from 643); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFDC8 is #410237. Grayscale: #E4E4E4. Windows color (decimal): -4260408 or 13172158. OLE color: 13172158.
HSL color Cylindrical-coordinate representation of color #BEFDC8: hue angle of 129.52º 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 #BEFDC8 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 253 | 200 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.01 |
| HSL | 129.52º | 0.94% | 0.87% | - |
| HSV(B) | 129.52º | 0.25% | 0.99% | - |
| XYZ | 66.79 | 85.37 | 67.6 | - |
| YUV | 228.12 | 112.13 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 253 | 200 | 0.25 | 0 | 0.21 | 0.01 | 129.52 | 0.94 | 0.87 |
| Hex | BE | FD | C8 | 19 | 0 | 15 | 1 | 82 | 5E | 57 |
| Octal | 276 | 375 | 310 | 31 | 0 | 25 | 1 | 202 | 136 | 127 |
| Binary | 10111110 | 11111101 | 11001000 | 11001 | 0 | 10101 | 1 | 10000010 | 1011110 | 1010111 |
Color Harmonies of #BEFDC8
Complementary color
Monochromatic Colors of #BEFDC8
Black with #BEFDC8
Text Example
Text Example
White with #BEFDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFDC8; }
p { color: rgb(190,253,200); }
H1.HeaderClassName
{
color: #BEFDC8;
}
.AnyTagClassName
{
color: #BEFDC8;
}
</style>
background-color css
<style>
a { background-color: #BEFDC8; }
a { background-color: rgb(190,253,200); }
div.DivClassName
{
background-color: #BEFDC8;
}
.BgClassName
{
background-color: #BEFDC8;
}
</style>
border-color css
<style>
span { border-color: #BEFDC8; }
span { border-color: rgb(190,253,200); }
td.TdClassName
{
border-color: #BEFDC8;
}
.TagClassName
{
border-color: #BEFDC8;
}
</style>