Shades of Granny Apple #BEDFC9
Tints of Granny Apple #BEDFC9
RGB
CMYK
RGB Variations
Color information
#BEDFC9 (or 0xBEDFC9) is known color: Granny Apple. HEX triplet: BE, DF and C9. RGB value is (190,223,201). Sum of RGB (Red+Green+Blue) = 190+223+201=614 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.94% from 614); Green value is 223 (87.5% from 255 or 36.32% from 614); Blue value is 201 (78.91% from 255 or 32.74% from 614); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDFC9 is #412036. Grayscale: #D2D2D2. Windows color (decimal): -4268087 or 13230014. OLE color: 13230014.
HSL color Cylindrical-coordinate representation of color #BEDFC9: hue angle of 140º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEDFC9 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 223 | 201 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.13 |
| HSL | 140º | 0.34% | 0.81% | - |
| HSV(B) | 140º | 0.15% | 0.87% | - |
| XYZ | 58.17 | 67.94 | 65.31 | - |
| YUV | 210.63 | 122.57 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 223 | 201 | 0.15 | 0 | 0.10 | 0.13 | 140 | 0.34 | 0.81 |
| Hex | BE | DF | C9 | F | 0 | A | D | 8C | 22 | 51 |
| Octal | 276 | 337 | 311 | 17 | 0 | 12 | 15 | 214 | 42 | 121 |
| Binary | 10111110 | 11011111 | 11001001 | 1111 | 0 | 1010 | 1101 | 10001100 | 100010 | 1010001 |
Color Harmonies of #BEDFC9
Complementary color
Monochromatic Colors of #BEDFC9
Black with #BEDFC9
Text Example
Text Example
White with #BEDFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDFC9; }
p { color: rgb(190,223,201); }
H1.HeaderClassName
{
color: #BEDFC9;
}
.AnyTagClassName
{
color: #BEDFC9;
}
</style>
background-color css
<style>
a { background-color: #BEDFC9; }
a { background-color: rgb(190,223,201); }
div.DivClassName
{
background-color: #BEDFC9;
}
.BgClassName
{
background-color: #BEDFC9;
}
</style>
border-color css
<style>
span { border-color: #BEDFC9; }
span { border-color: rgb(190,223,201); }
td.TdClassName
{
border-color: #BEDFC9;
}
.TagClassName
{
border-color: #BEDFC9;
}
</style>