Shades of Granny Apple #BEFDD3
Tints of Granny Apple #BEFDD3
RGB
CMYK
RGB Variations
Color information
#BEFDD3 (or 0xBEFDD3) is known color: Granny Apple. HEX triplet: BE, FD and D3. RGB value is (190,253,211). Sum of RGB (Red+Green+Blue) = 190+253+211=654 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.05% from 654); Green value is 253 (99.22% from 255 or 38.69% from 654); Blue value is 211 (82.81% from 255 or 32.26% from 654); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFDD3 is #41022C. Grayscale: #E5E5E5. Windows color (decimal): -4260397 or 13893054. OLE color: 13893054.
HSL color Cylindrical-coordinate representation of color #BEFDD3: hue angle of 140º 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 #BEFDD3 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 253 | 211 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.01 |
| HSL | 140º | 0.94% | 0.87% | - |
| HSV(B) | 140º | 0.25% | 0.99% | - |
| XYZ | 68.12 | 85.9 | 74.62 | - |
| YUV | 229.38 | 117.63 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 253 | 211 | 0.25 | 0 | 0.17 | 0.01 | 140 | 0.94 | 0.87 |
| Hex | BE | FD | D3 | 19 | 0 | 11 | 1 | 8C | 5E | 57 |
| Octal | 276 | 375 | 323 | 31 | 0 | 21 | 1 | 214 | 136 | 127 |
| Binary | 10111110 | 11111101 | 11010011 | 11001 | 0 | 10001 | 1 | 10001100 | 1011110 | 1010111 |
Color Harmonies of #BEFDD3
Complementary color
Monochromatic Colors of #BEFDD3
Black with #BEFDD3
Text Example
Text Example
White with #BEFDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFDD3; }
p { color: rgb(190,253,211); }
H1.HeaderClassName
{
color: #BEFDD3;
}
.AnyTagClassName
{
color: #BEFDD3;
}
</style>
background-color css
<style>
a { background-color: #BEFDD3; }
a { background-color: rgb(190,253,211); }
div.DivClassName
{
background-color: #BEFDD3;
}
.BgClassName
{
background-color: #BEFDD3;
}
</style>
border-color css
<style>
span { border-color: #BEFDD3; }
span { border-color: rgb(190,253,211); }
td.TdClassName
{
border-color: #BEFDD3;
}
.TagClassName
{
border-color: #BEFDD3;
}
</style>