Shades of Granny Apple #BEFDD0
Tints of Granny Apple #BEFDD0
RGB
CMYK
RGB Variations
Color information
#BEFDD0 (or 0xBEFDD0) is known color: Granny Apple. HEX triplet: BE, FD and D0. RGB value is (190,253,208). Sum of RGB (Red+Green+Blue) = 190+253+208=651 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.19% from 651); Green value is 253 (99.22% from 255 or 38.86% from 651); Blue value is 208 (81.64% from 255 or 31.95% from 651); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFDD0 is #41022F. Grayscale: #E5E5E5. Windows color (decimal): -4260400 or 13696446. OLE color: 13696446.
HSL color Cylindrical-coordinate representation of color #BEFDD0: hue angle of 137.14º 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 #BEFDD0 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 253 | 208 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.01 |
| HSL | 137.14º | 0.94% | 0.87% | - |
| HSV(B) | 137.14º | 0.25% | 0.99% | - |
| XYZ | 67.75 | 85.75 | 72.66 | - |
| YUV | 229.03 | 116.13 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 253 | 208 | 0.25 | 0 | 0.18 | 0.01 | 137.14 | 0.94 | 0.87 |
| Hex | BE | FD | D0 | 19 | 0 | 12 | 1 | 89 | 5E | 57 |
| Octal | 276 | 375 | 320 | 31 | 0 | 22 | 1 | 211 | 136 | 127 |
| Binary | 10111110 | 11111101 | 11010000 | 11001 | 0 | 10010 | 1 | 10001001 | 1011110 | 1010111 |
Color Harmonies of #BEFDD0
Complementary color
Monochromatic Colors of #BEFDD0
Black with #BEFDD0
Text Example
Text Example
White with #BEFDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFDD0; }
p { color: rgb(190,253,208); }
H1.HeaderClassName
{
color: #BEFDD0;
}
.AnyTagClassName
{
color: #BEFDD0;
}
</style>
background-color css
<style>
a { background-color: #BEFDD0; }
a { background-color: rgb(190,253,208); }
div.DivClassName
{
background-color: #BEFDD0;
}
.BgClassName
{
background-color: #BEFDD0;
}
</style>
border-color css
<style>
span { border-color: #BEFDD0; }
span { border-color: rgb(190,253,208); }
td.TdClassName
{
border-color: #BEFDD0;
}
.TagClassName
{
border-color: #BEFDD0;
}
</style>