Shades of Granny Apple #BDF4CE
Tints of Granny Apple #BDF4CE
RGB
CMYK
RGB Variations
Color information
#BDF4CE (or 0xBDF4CE) is known color: Granny Apple. HEX triplet: BD, F4 and CE. RGB value is (189,244,206). Sum of RGB (Red+Green+Blue) = 189+244+206=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 244 (95.70% from 255 or 38.18% from 639); Blue value is 206 (80.86% from 255 or 32.24% from 639); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF4CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF4CE is #420B31. Grayscale: #DFDFDF. Windows color (decimal): -4328242 or 13563069. OLE color: 13563069.
HSL color Cylindrical-coordinate representation of color #BDF4CE: hue angle of 138.55º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF4CE is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 206 | - |
| CMYK | 0.23 | 0 | 0.16 | 0.04 |
| HSL | 138.55º | 0.71% | 0.85% | - |
| HSV(B) | 138.55º | 0.23% | 0.96% | - |
| XYZ | 64.48 | 79.98 | 70.43 | - |
| YUV | 223.22 | 118.28 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 206 | 0.23 | 0 | 0.16 | 0.04 | 138.55 | 0.71 | 0.85 |
| Hex | BD | F4 | CE | 17 | 0 | 10 | 4 | 8B | 47 | 55 |
| Octal | 275 | 364 | 316 | 27 | 0 | 20 | 4 | 213 | 107 | 125 |
| Binary | 10111101 | 11110100 | 11001110 | 10111 | 0 | 10000 | 100 | 10001011 | 1000111 | 1010101 |
Color Harmonies of #BDF4CE
Complementary color
Monochromatic Colors of #BDF4CE
Black with #BDF4CE
Text Example
Text Example
White with #BDF4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF4CE; }
p { color: rgb(189,244,206); }
H1.HeaderClassName
{
color: #BDF4CE;
}
.AnyTagClassName
{
color: #BDF4CE;
}
</style>
background-color css
<style>
a { background-color: #BDF4CE; }
a { background-color: rgb(189,244,206); }
div.DivClassName
{
background-color: #BDF4CE;
}
.BgClassName
{
background-color: #BDF4CE;
}
</style>
border-color css
<style>
span { border-color: #BDF4CE; }
span { border-color: rgb(189,244,206); }
td.TdClassName
{
border-color: #BDF4CE;
}
.TagClassName
{
border-color: #BDF4CE;
}
</style>