Shades of Granny Apple #BDE4C6
Tints of Granny Apple #BDE4C6
RGB
CMYK
RGB Variations
Color information
#BDE4C6 (or 0xBDE4C6) is known color: Granny Apple. HEX triplet: BD, E4 and C6. RGB value is (189,228,198). Sum of RGB (Red+Green+Blue) = 189+228+198=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 228 (89.45% from 255 or 37.07% from 615); Blue value is 198 (77.73% from 255 or 32.20% from 615); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE4C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE4C6 is #421B39. Grayscale: #D4D4D4. Windows color (decimal): -4332346 or 13034685. OLE color: 13034685.
HSL color Cylindrical-coordinate representation of color #BDE4C6: hue angle of 133.85º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDE4C6 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 228 | 198 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.11 |
| HSL | 133.85º | 0.42% | 0.82% | - |
| HSV(B) | 133.85º | 0.17% | 0.89% | - |
| XYZ | 58.92 | 70.38 | 63.91 | - |
| YUV | 212.92 | 119.58 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 228 | 198 | 0.17 | 0 | 0.13 | 0.11 | 133.85 | 0.42 | 0.82 |
| Hex | BD | E4 | C6 | 11 | 0 | D | B | 86 | 2A | 52 |
| Octal | 275 | 344 | 306 | 21 | 0 | 15 | 13 | 206 | 52 | 122 |
| Binary | 10111101 | 11100100 | 11000110 | 10001 | 0 | 1101 | 1011 | 10000110 | 101010 | 1010010 |
Color Harmonies of #BDE4C6
Complementary color
Monochromatic Colors of #BDE4C6
Black with #BDE4C6
Text Example
Text Example
White with #BDE4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE4C6; }
p { color: rgb(189,228,198); }
H1.HeaderClassName
{
color: #BDE4C6;
}
.AnyTagClassName
{
color: #BDE4C6;
}
</style>
background-color css
<style>
a { background-color: #BDE4C6; }
a { background-color: rgb(189,228,198); }
div.DivClassName
{
background-color: #BDE4C6;
}
.BgClassName
{
background-color: #BDE4C6;
}
</style>
border-color css
<style>
span { border-color: #BDE4C6; }
span { border-color: rgb(189,228,198); }
td.TdClassName
{
border-color: #BDE4C6;
}
.TagClassName
{
border-color: #BDE4C6;
}
</style>