Shades of Granny Apple #BEFDC1
Tints of Granny Apple #BEFDC1
RGB
CMYK
RGB Variations
Color information
#BEFDC1 (or 0xBEFDC1) is known color: Granny Apple. HEX triplet: BE, FD and C1. RGB value is (190,253,193). Sum of RGB (Red+Green+Blue) = 190+253+193=636 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.87% from 636); Green value is 253 (99.22% from 255 or 39.78% from 636); Blue value is 193 (75.78% from 255 or 30.35% from 636); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFDC1 is #41023E. Grayscale: #E3E3E3. Windows color (decimal): -4260415 or 12713406. OLE color: 12713406.
HSL color Cylindrical-coordinate representation of color #BEFDC1: hue angle of 122.86º 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 #BEFDC1 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 253 | 193 | - |
| CMYK | 0.25 | 0 | 0.24 | 0.01 |
| HSL | 122.86º | 0.94% | 0.87% | - |
| HSV(B) | 122.86º | 0.25% | 0.99% | - |
| XYZ | 65.99 | 85.05 | 63.39 | - |
| YUV | 227.32 | 108.63 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 253 | 193 | 0.25 | 0 | 0.24 | 0.01 | 122.86 | 0.94 | 0.87 |
| Hex | BE | FD | C1 | 19 | 0 | 18 | 1 | 7B | 5E | 57 |
| Octal | 276 | 375 | 301 | 31 | 0 | 30 | 1 | 173 | 136 | 127 |
| Binary | 10111110 | 11111101 | 11000001 | 11001 | 0 | 11000 | 1 | 1111011 | 1011110 | 1010111 |
Color Harmonies of #BEFDC1
Complementary color
Monochromatic Colors of #BEFDC1
Black with #BEFDC1
Text Example
Text Example
White with #BEFDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFDC1; }
p { color: rgb(190,253,193); }
H1.HeaderClassName
{
color: #BEFDC1;
}
.AnyTagClassName
{
color: #BEFDC1;
}
</style>
background-color css
<style>
a { background-color: #BEFDC1; }
a { background-color: rgb(190,253,193); }
div.DivClassName
{
background-color: #BEFDC1;
}
.BgClassName
{
background-color: #BEFDC1;
}
</style>
border-color css
<style>
span { border-color: #BEFDC1; }
span { border-color: rgb(190,253,193); }
td.TdClassName
{
border-color: #BEFDC1;
}
.TagClassName
{
border-color: #BEFDC1;
}
</style>