Shades of Granny Apple #BEFDCE
Tints of Granny Apple #BEFDCE
RGB
CMYK
RGB Variations
Color information
#BEFDCE (or 0xBEFDCE) is known color: Granny Apple. HEX triplet: BE, FD and CE. RGB value is (190,253,206). Sum of RGB (Red+Green+Blue) = 190+253+206=649 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.28% from 649); Green value is 253 (99.22% from 255 or 38.98% from 649); Blue value is 206 (80.86% from 255 or 31.74% from 649); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFDCE is #410231. Grayscale: #E4E4E4. Windows color (decimal): -4260402 or 13565374. OLE color: 13565374.
HSL color Cylindrical-coordinate representation of color #BEFDCE: hue angle of 135.24º 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 #BEFDCE is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 253 | 206 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.01 |
| HSL | 135.24º | 0.94% | 0.87% | - |
| HSV(B) | 135.24º | 0.25% | 0.99% | - |
| XYZ | 67.5 | 85.65 | 71.37 | - |
| YUV | 228.81 | 115.13 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 253 | 206 | 0.25 | 0 | 0.19 | 0.01 | 135.24 | 0.94 | 0.87 |
| Hex | BE | FD | CE | 19 | 0 | 13 | 1 | 87 | 5E | 57 |
| Octal | 276 | 375 | 316 | 31 | 0 | 23 | 1 | 207 | 136 | 127 |
| Binary | 10111110 | 11111101 | 11001110 | 11001 | 0 | 10011 | 1 | 10000111 | 1011110 | 1010111 |
Color Harmonies of #BEFDCE
Complementary color
Monochromatic Colors of #BEFDCE
Black with #BEFDCE
Text Example
Text Example
White with #BEFDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFDCE; }
p { color: rgb(190,253,206); }
H1.HeaderClassName
{
color: #BEFDCE;
}
.AnyTagClassName
{
color: #BEFDCE;
}
</style>
background-color css
<style>
a { background-color: #BEFDCE; }
a { background-color: rgb(190,253,206); }
div.DivClassName
{
background-color: #BEFDCE;
}
.BgClassName
{
background-color: #BEFDCE;
}
</style>
border-color css
<style>
span { border-color: #BEFDCE; }
span { border-color: rgb(190,253,206); }
td.TdClassName
{
border-color: #BEFDCE;
}
.TagClassName
{
border-color: #BEFDCE;
}
</style>