Shades of Granny Apple #BDFED1
Tints of Granny Apple #BDFED1
RGB
CMYK
RGB Variations
Color information
#BDFED1 (or 0xBDFED1) is known color: Granny Apple. HEX triplet: BD, FE and D1. RGB value is (189,254,209). Sum of RGB (Red+Green+Blue) = 189+254+209=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 254 (99.61% from 255 or 38.96% from 652); Blue value is 209 (82.03% from 255 or 32.06% from 652); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFED1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFED1 is #42012E. Grayscale: #E5E5E5. Windows color (decimal): -4325679 or 13762237. OLE color: 13762237.
HSL color Cylindrical-coordinate representation of color #BDFED1: hue angle of 138.46º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFED1 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 209 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.00 |
| HSL | 138.46º | 0.97% | 0.87% | - |
| HSV(B) | 138.46º | 0.26% | 1% | - |
| XYZ | 67.94 | 86.31 | 73.4 | - |
| YUV | 229.44 | 116.47 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 209 | 0.26 | 0 | 0.18 | 0.00 | 138.46 | 0.97 | 0.87 |
| Hex | BD | FE | D1 | 1A | 0 | 12 | 0 | 8A | 61 | 57 |
| Octal | 275 | 376 | 321 | 32 | 0 | 22 | 0 | 212 | 141 | 127 |
| Binary | 10111101 | 11111110 | 11010001 | 11010 | 0 | 10010 | 0 | 10001010 | 1100001 | 1010111 |
Color Harmonies of #BDFED1
Complementary color
Monochromatic Colors of #BDFED1
Black with #BDFED1
Text Example
Text Example
White with #BDFED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFED1; }
p { color: rgb(189,254,209); }
H1.HeaderClassName
{
color: #BDFED1;
}
.AnyTagClassName
{
color: #BDFED1;
}
</style>
background-color css
<style>
a { background-color: #BDFED1; }
a { background-color: rgb(189,254,209); }
div.DivClassName
{
background-color: #BDFED1;
}
.BgClassName
{
background-color: #BDFED1;
}
</style>
border-color css
<style>
span { border-color: #BDFED1; }
span { border-color: rgb(189,254,209); }
td.TdClassName
{
border-color: #BDFED1;
}
.TagClassName
{
border-color: #BDFED1;
}
</style>