Shades of Granny Apple #BDFCCE
Tints of Granny Apple #BDFCCE
RGB
CMYK
RGB Variations
Color information
#BDFCCE (or 0xBDFCCE) is known color: Granny Apple. HEX triplet: BD, FC and CE. RGB value is (189,252,206). Sum of RGB (Red+Green+Blue) = 189+252+206=647 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.21% from 647); Green value is 252 (98.83% from 255 or 38.95% from 647); Blue value is 206 (80.86% from 255 or 31.84% from 647); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFCCE is #420331. Grayscale: #E4E4E4. Windows color (decimal): -4326194 or 13565117. OLE color: 13565117.
HSL color Cylindrical-coordinate representation of color #BDFCCE: hue angle of 136.19º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFCCE is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 206 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.01 |
| HSL | 136.19º | 0.91% | 0.86% | - |
| HSV(B) | 136.19º | 0.25% | 0.99% | - |
| XYZ | 66.94 | 84.9 | 71.25 | - |
| YUV | 227.92 | 115.63 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 206 | 0.25 | 0 | 0.18 | 0.01 | 136.19 | 0.91 | 0.86 |
| Hex | BD | FC | CE | 19 | 0 | 12 | 1 | 88 | 5B | 56 |
| Octal | 275 | 374 | 316 | 31 | 0 | 22 | 1 | 210 | 133 | 126 |
| Binary | 10111101 | 11111100 | 11001110 | 11001 | 0 | 10010 | 1 | 10001000 | 1011011 | 1010110 |
Color Harmonies of #BDFCCE
Complementary color
Monochromatic Colors of #BDFCCE
Black with #BDFCCE
Text Example
Text Example
White with #BDFCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFCCE; }
p { color: rgb(189,252,206); }
H1.HeaderClassName
{
color: #BDFCCE;
}
.AnyTagClassName
{
color: #BDFCCE;
}
</style>
background-color css
<style>
a { background-color: #BDFCCE; }
a { background-color: rgb(189,252,206); }
div.DivClassName
{
background-color: #BDFCCE;
}
.BgClassName
{
background-color: #BDFCCE;
}
</style>
border-color css
<style>
span { border-color: #BDFCCE; }
span { border-color: rgb(189,252,206); }
td.TdClassName
{
border-color: #BDFCCE;
}
.TagClassName
{
border-color: #BDFCCE;
}
</style>