Shades of Granny Apple #BDF1D0
Tints of Granny Apple #BDF1D0
RGB
CMYK
RGB Variations
Color information
#BDF1D0 (or 0xBDF1D0) is known color: Granny Apple. HEX triplet: BD, F1 and D0. RGB value is (189,241,208). Sum of RGB (Red+Green+Blue) = 189+241+208=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 241 (94.53% from 255 or 37.77% from 638); Blue value is 208 (81.64% from 255 or 32.60% from 638); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF1D0 is #420E2F. Grayscale: #DDDDDD. Windows color (decimal): -4329008 or 13693373. OLE color: 13693373.
HSL color Cylindrical-coordinate representation of color #BDF1D0: hue angle of 141.92º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF1D0 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 208 | - |
| CMYK | 0.22 | 0 | 0.14 | 0.05 |
| HSL | 141.92º | 0.65% | 0.84% | - |
| HSV(B) | 141.92º | 0.22% | 0.95% | - |
| XYZ | 63.83 | 78.28 | 71.42 | - |
| YUV | 221.69 | 120.27 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 208 | 0.22 | 0 | 0.14 | 0.05 | 141.92 | 0.65 | 0.84 |
| Hex | BD | F1 | D0 | 16 | 0 | E | 5 | 8E | 41 | 54 |
| Octal | 275 | 361 | 320 | 26 | 0 | 16 | 5 | 216 | 101 | 124 |
| Binary | 10111101 | 11110001 | 11010000 | 10110 | 0 | 1110 | 101 | 10001110 | 1000001 | 1010100 |
Color Harmonies of #BDF1D0
Complementary color
Monochromatic Colors of #BDF1D0
Black with #BDF1D0
Text Example
Text Example
White with #BDF1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF1D0; }
p { color: rgb(189,241,208); }
H1.HeaderClassName
{
color: #BDF1D0;
}
.AnyTagClassName
{
color: #BDF1D0;
}
</style>
background-color css
<style>
a { background-color: #BDF1D0; }
a { background-color: rgb(189,241,208); }
div.DivClassName
{
background-color: #BDF1D0;
}
.BgClassName
{
background-color: #BDF1D0;
}
</style>
border-color css
<style>
span { border-color: #BDF1D0; }
span { border-color: rgb(189,241,208); }
td.TdClassName
{
border-color: #BDF1D0;
}
.TagClassName
{
border-color: #BDF1D0;
}
</style>