Shades of Granny Apple #BDE8CC
Tints of Granny Apple #BDE8CC
RGB
CMYK
RGB Variations
Color information
#BDE8CC (or 0xBDE8CC) is known color: Granny Apple. HEX triplet: BD, E8 and CC. RGB value is (189,232,204). Sum of RGB (Red+Green+Blue) = 189+232+204=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 232 (91.02% from 255 or 37.12% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE8CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE8CC is #421733. Grayscale: #D8D8D8. Windows color (decimal): -4331316 or 13428925. OLE color: 13428925.
HSL color Cylindrical-coordinate representation of color #BDE8CC: hue angle of 140.93º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDE8CC is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 232 | 204 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.09 |
| HSL | 140.93º | 0.48% | 0.83% | - |
| HSV(B) | 140.93º | 0.19% | 0.91% | - |
| XYZ | 60.74 | 72.89 | 67.99 | - |
| YUV | 215.95 | 121.25 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 232 | 204 | 0.19 | 0 | 0.12 | 0.09 | 140.93 | 0.48 | 0.83 |
| Hex | BD | E8 | CC | 13 | 0 | C | 9 | 8D | 30 | 53 |
| Octal | 275 | 350 | 314 | 23 | 0 | 14 | 11 | 215 | 60 | 123 |
| Binary | 10111101 | 11101000 | 11001100 | 10011 | 0 | 1100 | 1001 | 10001101 | 110000 | 1010011 |
Color Harmonies of #BDE8CC
Complementary color
Monochromatic Colors of #BDE8CC
Black with #BDE8CC
Text Example
Text Example
White with #BDE8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE8CC; }
p { color: rgb(189,232,204); }
H1.HeaderClassName
{
color: #BDE8CC;
}
.AnyTagClassName
{
color: #BDE8CC;
}
</style>
background-color css
<style>
a { background-color: #BDE8CC; }
a { background-color: rgb(189,232,204); }
div.DivClassName
{
background-color: #BDE8CC;
}
.BgClassName
{
background-color: #BDE8CC;
}
</style>
border-color css
<style>
span { border-color: #BDE8CC; }
span { border-color: rgb(189,232,204); }
td.TdClassName
{
border-color: #BDE8CC;
}
.TagClassName
{
border-color: #BDE8CC;
}
</style>