Shades of Granny Apple #BDE2C6
Tints of Granny Apple #BDE2C6
RGB
CMYK
RGB Variations
Color information
#BDE2C6 (or 0xBDE2C6) is known color: Granny Apple. HEX triplet: BD, E2 and C6. RGB value is (189,226,198). Sum of RGB (Red+Green+Blue) = 189+226+198=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 226 (88.67% from 255 or 36.87% from 613); Blue value is 198 (77.73% from 255 or 32.30% from 613); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE2C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE2C6 is #421D39. Grayscale: #D3D3D3. Windows color (decimal): -4332858 or 13034173. OLE color: 13034173.
HSL color Cylindrical-coordinate representation of color #BDE2C6: hue angle of 134.59º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDE2C6 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 226 | 198 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.11 |
| HSL | 134.59º | 0.39% | 0.81% | - |
| HSV(B) | 134.59º | 0.16% | 0.89% | - |
| XYZ | 58.38 | 69.29 | 63.72 | - |
| YUV | 211.75 | 120.24 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 226 | 198 | 0.16 | 0 | 0.12 | 0.11 | 134.59 | 0.39 | 0.81 |
| Hex | BD | E2 | C6 | 10 | 0 | C | B | 87 | 27 | 51 |
| Octal | 275 | 342 | 306 | 20 | 0 | 14 | 13 | 207 | 47 | 121 |
| Binary | 10111101 | 11100010 | 11000110 | 10000 | 0 | 1100 | 1011 | 10000111 | 100111 | 1010001 |
Color Harmonies of #BDE2C6
Complementary color
Monochromatic Colors of #BDE2C6
Black with #BDE2C6
Text Example
Text Example
White with #BDE2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE2C6; }
p { color: rgb(189,226,198); }
H1.HeaderClassName
{
color: #BDE2C6;
}
.AnyTagClassName
{
color: #BDE2C6;
}
</style>
background-color css
<style>
a { background-color: #BDE2C6; }
a { background-color: rgb(189,226,198); }
div.DivClassName
{
background-color: #BDE2C6;
}
.BgClassName
{
background-color: #BDE2C6;
}
</style>
border-color css
<style>
span { border-color: #BDE2C6; }
span { border-color: rgb(189,226,198); }
td.TdClassName
{
border-color: #BDE2C6;
}
.TagClassName
{
border-color: #BDE2C6;
}
</style>