Shades of Granny Apple #BDFEC0
Tints of Granny Apple #BDFEC0
RGB
CMYK
RGB Variations
Color information
#BDFEC0 (or 0xBDFEC0) is known color: Granny Apple. HEX triplet: BD, FE and C0. RGB value is (189,254,192). Sum of RGB (Red+Green+Blue) = 189+254+192=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 254 (99.61% from 255 or 40% from 635); Blue value is 192 (75.39% from 255 or 30.24% from 635); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFEC0 is #42013F. Grayscale: #E3E3E3. Windows color (decimal): -4325696 or 12648125. OLE color: 12648125.
HSL color Cylindrical-coordinate representation of color #BDFEC0: hue angle of 122.77º 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 #BDFEC0 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 192 | - |
| CMYK | 0.26 | 0 | 0.24 | 0.00 |
| HSL | 122.77º | 0.97% | 0.87% | - |
| HSV(B) | 122.77º | 0.26% | 1% | - |
| XYZ | 65.94 | 85.51 | 62.9 | - |
| YUV | 227.5 | 107.97 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 192 | 0.26 | 0 | 0.24 | 0.00 | 122.77 | 0.97 | 0.87 |
| Hex | BD | FE | C0 | 1A | 0 | 18 | 0 | 7B | 61 | 57 |
| Octal | 275 | 376 | 300 | 32 | 0 | 30 | 0 | 173 | 141 | 127 |
| Binary | 10111101 | 11111110 | 11000000 | 11010 | 0 | 11000 | 0 | 1111011 | 1100001 | 1010111 |
Color Harmonies of #BDFEC0
Complementary color
Monochromatic Colors of #BDFEC0
Black with #BDFEC0
Text Example
Text Example
White with #BDFEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFEC0; }
p { color: rgb(189,254,192); }
H1.HeaderClassName
{
color: #BDFEC0;
}
.AnyTagClassName
{
color: #BDFEC0;
}
</style>
background-color css
<style>
a { background-color: #BDFEC0; }
a { background-color: rgb(189,254,192); }
div.DivClassName
{
background-color: #BDFEC0;
}
.BgClassName
{
background-color: #BDFEC0;
}
</style>
border-color css
<style>
span { border-color: #BDFEC0; }
span { border-color: rgb(189,254,192); }
td.TdClassName
{
border-color: #BDFEC0;
}
.TagClassName
{
border-color: #BDFEC0;
}
</style>