Shades of Granny Apple #BEFFD3
Tints of Granny Apple #BEFFD3
RGB
CMYK
RGB Variations
Color information
#BEFFD3 (or 0xBEFFD3) is known color: Granny Apple. HEX triplet: BE, FF and D3. RGB value is (190,255,211). Sum of RGB (Red+Green+Blue) = 190+255+211=656 (86% of max value = 765). Red value is 190 (74.61% from 255 or 28.96% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 211 (82.81% from 255 or 32.16% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFFD3 is #41002C. Grayscale: #E6E6E6. Windows color (decimal): -4259885 or 13893566. OLE color: 13893566.
HSL color Cylindrical-coordinate representation of color #BEFFD3: hue angle of 139.38º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFFD3 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 211 | - |
| CMYK | 0.25 | 0 | 0.17 | 0 |
| HSL | 139.38º | 1% | 0.87% | - |
| HSV(B) | 139.38º | 0.25% | 1% | - |
| XYZ | 68.75 | 87.17 | 74.83 | - |
| YUV | 230.55 | 116.97 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 211 | 0.25 | 0 | 0.17 | 0 | 139.38 | 1 | 0.87 |
| Hex | BE | FF | D3 | 19 | 0 | 11 | 0 | 8B | 64 | 57 |
| Octal | 276 | 377 | 323 | 31 | 0 | 21 | 0 | 213 | 144 | 127 |
| Binary | 10111110 | 11111111 | 11010011 | 11001 | 0 | 10001 | 0 | 10001011 | 1100100 | 1010111 |
Color Harmonies of #BEFFD3
Complementary color
Monochromatic Colors of #BEFFD3
Black with #BEFFD3
Text Example
Text Example
White with #BEFFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFFD3; }
p { color: rgb(190,255,211); }
H1.HeaderClassName
{
color: #BEFFD3;
}
.AnyTagClassName
{
color: #BEFFD3;
}
</style>
background-color css
<style>
a { background-color: #BEFFD3; }
a { background-color: rgb(190,255,211); }
div.DivClassName
{
background-color: #BEFFD3;
}
.BgClassName
{
background-color: #BEFFD3;
}
</style>
border-color css
<style>
span { border-color: #BEFFD3; }
span { border-color: rgb(190,255,211); }
td.TdClassName
{
border-color: #BEFFD3;
}
.TagClassName
{
border-color: #BEFFD3;
}
</style>