Shades of Granny Apple #BEFDD1
Tints of Granny Apple #BEFDD1
RGB
CMYK
RGB Variations
Color information
#BEFDD1 (or 0xBEFDD1) is known color: Granny Apple. HEX triplet: BE, FD and D1. RGB value is (190,253,209). Sum of RGB (Red+Green+Blue) = 190+253+209=652 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.14% from 652); Green value is 253 (99.22% from 255 or 38.80% from 652); Blue value is 209 (82.03% from 255 or 32.06% from 652); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFDD1 is #41022E. Grayscale: #E5E5E5. Windows color (decimal): -4260399 or 13761982. OLE color: 13761982.
HSL color Cylindrical-coordinate representation of color #BEFDD1: hue angle of 138.1º 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 #BEFDD1 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 253 | 209 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.01 |
| HSL | 138.1º | 0.94% | 0.87% | - |
| HSV(B) | 138.1º | 0.25% | 0.99% | - |
| XYZ | 67.87 | 85.8 | 73.31 | - |
| YUV | 229.15 | 116.63 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 253 | 209 | 0.25 | 0 | 0.17 | 0.01 | 138.1 | 0.94 | 0.87 |
| Hex | BE | FD | D1 | 19 | 0 | 11 | 1 | 8A | 5E | 57 |
| Octal | 276 | 375 | 321 | 31 | 0 | 21 | 1 | 212 | 136 | 127 |
| Binary | 10111110 | 11111101 | 11010001 | 11001 | 0 | 10001 | 1 | 10001010 | 1011110 | 1010111 |
Color Harmonies of #BEFDD1
Complementary color
Monochromatic Colors of #BEFDD1
Black with #BEFDD1
Text Example
Text Example
White with #BEFDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFDD1; }
p { color: rgb(190,253,209); }
H1.HeaderClassName
{
color: #BEFDD1;
}
.AnyTagClassName
{
color: #BEFDD1;
}
</style>
background-color css
<style>
a { background-color: #BEFDD1; }
a { background-color: rgb(190,253,209); }
div.DivClassName
{
background-color: #BEFDD1;
}
.BgClassName
{
background-color: #BEFDD1;
}
</style>
border-color css
<style>
span { border-color: #BEFDD1; }
span { border-color: rgb(190,253,209); }
td.TdClassName
{
border-color: #BEFDD1;
}
.TagClassName
{
border-color: #BEFDD1;
}
</style>