Shades of Granny Apple #BDFECD
Tints of Granny Apple #BDFECD
RGB
CMYK
RGB Variations
Color information
#BDFECD (or 0xBDFECD) is known color: Granny Apple. HEX triplet: BD, FE and CD. RGB value is (189,254,205). Sum of RGB (Red+Green+Blue) = 189+254+205=648 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.17% from 648); Green value is 254 (99.61% from 255 or 39.20% from 648); Blue value is 205 (80.47% from 255 or 31.64% from 648); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFECD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFECD is #420132. Grayscale: #E5E5E5. Windows color (decimal): -4325683 or 13500093. OLE color: 13500093.
HSL color Cylindrical-coordinate representation of color #BDFECD: hue angle of 134.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 #BDFECD is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 205 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.00 |
| HSL | 134.77º | 0.97% | 0.87% | - |
| HSV(B) | 134.77º | 0.26% | 1% | - |
| XYZ | 67.45 | 86.11 | 70.82 | - |
| YUV | 228.98 | 114.47 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 205 | 0.26 | 0 | 0.19 | 0.00 | 134.77 | 0.97 | 0.87 |
| Hex | BD | FE | CD | 1A | 0 | 13 | 0 | 87 | 61 | 57 |
| Octal | 275 | 376 | 315 | 32 | 0 | 23 | 0 | 207 | 141 | 127 |
| Binary | 10111101 | 11111110 | 11001101 | 11010 | 0 | 10011 | 0 | 10000111 | 1100001 | 1010111 |
Color Harmonies of #BDFECD
Complementary color
Monochromatic Colors of #BDFECD
Black with #BDFECD
Text Example
Text Example
White with #BDFECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFECD; }
p { color: rgb(189,254,205); }
H1.HeaderClassName
{
color: #BDFECD;
}
.AnyTagClassName
{
color: #BDFECD;
}
</style>
background-color css
<style>
a { background-color: #BDFECD; }
a { background-color: rgb(189,254,205); }
div.DivClassName
{
background-color: #BDFECD;
}
.BgClassName
{
background-color: #BDFECD;
}
</style>
border-color css
<style>
span { border-color: #BDFECD; }
span { border-color: rgb(189,254,205); }
td.TdClassName
{
border-color: #BDFECD;
}
.TagClassName
{
border-color: #BDFECD;
}
</style>