Shades of Granny Apple #BDF8D1
Tints of Granny Apple #BDF8D1
RGB
CMYK
RGB Variations
Color information
#BDF8D1 (or 0xBDF8D1) is known color: Granny Apple. HEX triplet: BD, F8 and D1. RGB value is (189,248,209). Sum of RGB (Red+Green+Blue) = 189+248+209=646 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.26% from 646); Green value is 248 (97.27% from 255 or 38.39% from 646); Blue value is 209 (82.03% from 255 or 32.35% from 646); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF8D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF8D1 is #42072E. Grayscale: #E2E2E2. Windows color (decimal): -4327215 or 13760701. OLE color: 13760701.
HSL color Cylindrical-coordinate representation of color #BDF8D1: hue angle of 140.34º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDF8D1 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 209 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.03 |
| HSL | 140.34º | 0.81% | 0.86% | - |
| HSV(B) | 140.34º | 0.24% | 0.97% | - |
| XYZ | 66.06 | 82.56 | 72.77 | - |
| YUV | 225.91 | 118.45 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 209 | 0.24 | 0 | 0.16 | 0.03 | 140.34 | 0.81 | 0.86 |
| Hex | BD | F8 | D1 | 18 | 0 | 10 | 3 | 8C | 51 | 56 |
| Octal | 275 | 370 | 321 | 30 | 0 | 20 | 3 | 214 | 121 | 126 |
| Binary | 10111101 | 11111000 | 11010001 | 11000 | 0 | 10000 | 11 | 10001100 | 1010001 | 1010110 |
Color Harmonies of #BDF8D1
Complementary color
Monochromatic Colors of #BDF8D1
Black with #BDF8D1
Text Example
Text Example
White with #BDF8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF8D1; }
p { color: rgb(189,248,209); }
H1.HeaderClassName
{
color: #BDF8D1;
}
.AnyTagClassName
{
color: #BDF8D1;
}
</style>
background-color css
<style>
a { background-color: #BDF8D1; }
a { background-color: rgb(189,248,209); }
div.DivClassName
{
background-color: #BDF8D1;
}
.BgClassName
{
background-color: #BDF8D1;
}
</style>
border-color css
<style>
span { border-color: #BDF8D1; }
span { border-color: rgb(189,248,209); }
td.TdClassName
{
border-color: #BDF8D1;
}
.TagClassName
{
border-color: #BDF8D1;
}
</style>