Shades of Granny Apple #BDFEC9
Tints of Granny Apple #BDFEC9
RGB
CMYK
RGB Variations
Color information
#BDFEC9 (or 0xBDFEC9) is known color: Granny Apple. HEX triplet: BD, FE and C9. RGB value is (189,254,201). Sum of RGB (Red+Green+Blue) = 189+254+201=644 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.35% from 644); Green value is 254 (99.61% from 255 or 39.44% from 644); Blue value is 201 (78.91% from 255 or 31.21% from 644); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFEC9 is #420136. Grayscale: #E4E4E4. Windows color (decimal): -4325687 or 13237949. OLE color: 13237949.
HSL color Cylindrical-coordinate representation of color #BDFEC9: hue angle of 131.08º 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 #BDFEC9 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 201 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.00 |
| HSL | 131.08º | 0.97% | 0.87% | - |
| HSV(B) | 131.08º | 0.26% | 1% | - |
| XYZ | 66.97 | 85.92 | 68.31 | - |
| YUV | 228.52 | 112.47 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 201 | 0.26 | 0 | 0.21 | 0.00 | 131.08 | 0.97 | 0.87 |
| Hex | BD | FE | C9 | 1A | 0 | 15 | 0 | 83 | 61 | 57 |
| Octal | 275 | 376 | 311 | 32 | 0 | 25 | 0 | 203 | 141 | 127 |
| Binary | 10111101 | 11111110 | 11001001 | 11010 | 0 | 10101 | 0 | 10000011 | 1100001 | 1010111 |
Color Harmonies of #BDFEC9
Complementary color
Monochromatic Colors of #BDFEC9
Black with #BDFEC9
Text Example
Text Example
White with #BDFEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFEC9; }
p { color: rgb(189,254,201); }
H1.HeaderClassName
{
color: #BDFEC9;
}
.AnyTagClassName
{
color: #BDFEC9;
}
</style>
background-color css
<style>
a { background-color: #BDFEC9; }
a { background-color: rgb(189,254,201); }
div.DivClassName
{
background-color: #BDFEC9;
}
.BgClassName
{
background-color: #BDFEC9;
}
</style>
border-color css
<style>
span { border-color: #BDFEC9; }
span { border-color: rgb(189,254,201); }
td.TdClassName
{
border-color: #BDFEC9;
}
.TagClassName
{
border-color: #BDFEC9;
}
</style>