Shades of Granny Apple #BDE1C8
Tints of Granny Apple #BDE1C8
RGB
CMYK
RGB Variations
Color information
#BDE1C8 (or 0xBDE1C8) is known color: Granny Apple. HEX triplet: BD, E1 and C8. RGB value is (189,225,200). Sum of RGB (Red+Green+Blue) = 189+225+200=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 225 (88.28% from 255 or 36.64% from 614); Blue value is 200 (78.52% from 255 or 32.57% from 614); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1C8 is #421E37. Grayscale: #D3D3D3. Windows color (decimal): -4333112 or 13164989. OLE color: 13164989.
HSL color Cylindrical-coordinate representation of color #BDE1C8: hue angle of 138.33º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDE1C8 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 200 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.12 |
| HSL | 138.33º | 0.38% | 0.81% | - |
| HSV(B) | 138.33º | 0.16% | 0.88% | - |
| XYZ | 58.34 | 68.84 | 64.86 | - |
| YUV | 211.39 | 121.57 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 200 | 0.16 | 0 | 0.11 | 0.12 | 138.33 | 0.38 | 0.81 |
| Hex | BD | E1 | C8 | 10 | 0 | B | C | 8A | 26 | 51 |
| Octal | 275 | 341 | 310 | 20 | 0 | 13 | 14 | 212 | 46 | 121 |
| Binary | 10111101 | 11100001 | 11001000 | 10000 | 0 | 1011 | 1100 | 10001010 | 100110 | 1010001 |
Color Harmonies of #BDE1C8
Complementary color
Monochromatic Colors of #BDE1C8
Black with #BDE1C8
Text Example
Text Example
White with #BDE1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE1C8; }
p { color: rgb(189,225,200); }
H1.HeaderClassName
{
color: #BDE1C8;
}
.AnyTagClassName
{
color: #BDE1C8;
}
</style>
background-color css
<style>
a { background-color: #BDE1C8; }
a { background-color: rgb(189,225,200); }
div.DivClassName
{
background-color: #BDE1C8;
}
.BgClassName
{
background-color: #BDE1C8;
}
</style>
border-color css
<style>
span { border-color: #BDE1C8; }
span { border-color: rgb(189,225,200); }
td.TdClassName
{
border-color: #BDE1C8;
}
.TagClassName
{
border-color: #BDE1C8;
}
</style>