Shades of Granny Apple #BDFECC
Tints of Granny Apple #BDFECC
RGB
CMYK
RGB Variations
Color information
#BDFECC (or 0xBDFECC) is known color: Granny Apple. HEX triplet: BD, FE and CC. RGB value is (189,254,204). Sum of RGB (Red+Green+Blue) = 189+254+204=647 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.21% from 647); Green value is 254 (99.61% from 255 or 39.26% from 647); Blue value is 204 (80.08% from 255 or 31.53% from 647); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFECC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFECC is #420133. Grayscale: #E4E4E4. Windows color (decimal): -4325684 or 13434557. OLE color: 13434557.
HSL color Cylindrical-coordinate representation of color #BDFECC: hue angle of 133.85º 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 #BDFECC is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 204 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.00 |
| HSL | 133.85º | 0.97% | 0.87% | - |
| HSV(B) | 133.85º | 0.26% | 1% | - |
| XYZ | 67.33 | 86.06 | 70.19 | - |
| YUV | 228.87 | 113.97 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 204 | 0.26 | 0 | 0.20 | 0.00 | 133.85 | 0.97 | 0.87 |
| Hex | BD | FE | CC | 1A | 0 | 14 | 0 | 86 | 61 | 57 |
| Octal | 275 | 376 | 314 | 32 | 0 | 24 | 0 | 206 | 141 | 127 |
| Binary | 10111101 | 11111110 | 11001100 | 11010 | 0 | 10100 | 0 | 10000110 | 1100001 | 1010111 |
Color Harmonies of #BDFECC
Complementary color
Monochromatic Colors of #BDFECC
Black with #BDFECC
Text Example
Text Example
White with #BDFECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFECC; }
p { color: rgb(189,254,204); }
H1.HeaderClassName
{
color: #BDFECC;
}
.AnyTagClassName
{
color: #BDFECC;
}
</style>
background-color css
<style>
a { background-color: #BDFECC; }
a { background-color: rgb(189,254,204); }
div.DivClassName
{
background-color: #BDFECC;
}
.BgClassName
{
background-color: #BDFECC;
}
</style>
border-color css
<style>
span { border-color: #BDFECC; }
span { border-color: rgb(189,254,204); }
td.TdClassName
{
border-color: #BDFECC;
}
.TagClassName
{
border-color: #BDFECC;
}
</style>