Shades of Granny Apple #BDFEC8
Tints of Granny Apple #BDFEC8
RGB
CMYK
RGB Variations
Color information
#BDFEC8 (or 0xBDFEC8) is known color: Granny Apple. HEX triplet: BD, FE and C8. RGB value is (189,254,200). Sum of RGB (Red+Green+Blue) = 189+254+200=643 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.39% from 643); Green value is 254 (99.61% from 255 or 39.50% from 643); Blue value is 200 (78.52% from 255 or 31.10% from 643); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFEC8 is #420137. Grayscale: #E4E4E4. Windows color (decimal): -4325688 or 13172413. OLE color: 13172413.
HSL color Cylindrical-coordinate representation of color #BDFEC8: hue angle of 130.15º 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 #BDFEC8 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 200 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.00 |
| HSL | 130.15º | 0.97% | 0.87% | - |
| HSV(B) | 130.15º | 0.26% | 1% | - |
| XYZ | 66.85 | 85.87 | 67.7 | - |
| YUV | 228.41 | 111.97 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 200 | 0.26 | 0 | 0.21 | 0.00 | 130.15 | 0.97 | 0.87 |
| Hex | BD | FE | C8 | 1A | 0 | 15 | 0 | 82 | 61 | 57 |
| Octal | 275 | 376 | 310 | 32 | 0 | 25 | 0 | 202 | 141 | 127 |
| Binary | 10111101 | 11111110 | 11001000 | 11010 | 0 | 10101 | 0 | 10000010 | 1100001 | 1010111 |
Color Harmonies of #BDFEC8
Complementary color
Monochromatic Colors of #BDFEC8
Black with #BDFEC8
Text Example
Text Example
White with #BDFEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFEC8; }
p { color: rgb(189,254,200); }
H1.HeaderClassName
{
color: #BDFEC8;
}
.AnyTagClassName
{
color: #BDFEC8;
}
</style>
background-color css
<style>
a { background-color: #BDFEC8; }
a { background-color: rgb(189,254,200); }
div.DivClassName
{
background-color: #BDFEC8;
}
.BgClassName
{
background-color: #BDFEC8;
}
</style>
border-color css
<style>
span { border-color: #BDFEC8; }
span { border-color: rgb(189,254,200); }
td.TdClassName
{
border-color: #BDFEC8;
}
.TagClassName
{
border-color: #BDFEC8;
}
</style>