Shades of Granny Apple #BEFDC2
Tints of Granny Apple #BEFDC2
RGB
CMYK
RGB Variations
Color information
#BEFDC2 (or 0xBEFDC2) is known color: Granny Apple. HEX triplet: BE, FD and C2. RGB value is (190,253,194). Sum of RGB (Red+Green+Blue) = 190+253+194=637 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.83% from 637); Green value is 253 (99.22% from 255 or 39.72% from 637); Blue value is 194 (76.17% from 255 or 30.46% from 637); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFDC2 is #41023D. Grayscale: #E3E3E3. Windows color (decimal): -4260414 or 12778942. OLE color: 12778942.
HSL color Cylindrical-coordinate representation of color #BEFDC2: hue angle of 123.81º 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 #BEFDC2 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 253 | 194 | - |
| CMYK | 0.25 | 0 | 0.23 | 0.01 |
| HSL | 123.81º | 0.94% | 0.87% | - |
| HSV(B) | 123.81º | 0.25% | 0.99% | - |
| XYZ | 66.1 | 85.09 | 63.98 | - |
| YUV | 227.44 | 109.13 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 253 | 194 | 0.25 | 0 | 0.23 | 0.01 | 123.81 | 0.94 | 0.87 |
| Hex | BE | FD | C2 | 19 | 0 | 17 | 1 | 7C | 5E | 57 |
| Octal | 276 | 375 | 302 | 31 | 0 | 27 | 1 | 174 | 136 | 127 |
| Binary | 10111110 | 11111101 | 11000010 | 11001 | 0 | 10111 | 1 | 1111100 | 1011110 | 1010111 |
Color Harmonies of #BEFDC2
Complementary color
Monochromatic Colors of #BEFDC2
Black with #BEFDC2
Text Example
Text Example
White with #BEFDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFDC2; }
p { color: rgb(190,253,194); }
H1.HeaderClassName
{
color: #BEFDC2;
}
.AnyTagClassName
{
color: #BEFDC2;
}
</style>
background-color css
<style>
a { background-color: #BEFDC2; }
a { background-color: rgb(190,253,194); }
div.DivClassName
{
background-color: #BEFDC2;
}
.BgClassName
{
background-color: #BEFDC2;
}
</style>
border-color css
<style>
span { border-color: #BEFDC2; }
span { border-color: rgb(190,253,194); }
td.TdClassName
{
border-color: #BEFDC2;
}
.TagClassName
{
border-color: #BEFDC2;
}
</style>