Shades of Granny Apple #BDE8C4
Tints of Granny Apple #BDE8C4
RGB
CMYK
RGB Variations
Color information
#BDE8C4 (or 0xBDE8C4) is known color: Granny Apple. HEX triplet: BD, E8 and C4. RGB value is (189,232,196). Sum of RGB (Red+Green+Blue) = 189+232+196=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 232 (91.02% from 255 or 37.60% from 617); Blue value is 196 (76.95% from 255 or 31.77% from 617); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE8C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE8C4 is #42173B. Grayscale: #D7D7D7. Windows color (decimal): -4331324 or 12904637. OLE color: 12904637.
HSL color Cylindrical-coordinate representation of color #BDE8C4: hue angle of 129.77º 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 #BDE8C4 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 232 | 196 | - |
| CMYK | 0.19 | 0 | 0.16 | 0.09 |
| HSL | 129.77º | 0.48% | 0.83% | - |
| HSV(B) | 129.77º | 0.19% | 0.91% | - |
| XYZ | 59.81 | 72.52 | 63.07 | - |
| YUV | 215.04 | 117.25 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 232 | 196 | 0.19 | 0 | 0.16 | 0.09 | 129.77 | 0.48 | 0.83 |
| Hex | BD | E8 | C4 | 13 | 0 | 10 | 9 | 82 | 30 | 53 |
| Octal | 275 | 350 | 304 | 23 | 0 | 20 | 11 | 202 | 60 | 123 |
| Binary | 10111101 | 11101000 | 11000100 | 10011 | 0 | 10000 | 1001 | 10000010 | 110000 | 1010011 |
Color Harmonies of #BDE8C4
Complementary color
Monochromatic Colors of #BDE8C4
Black with #BDE8C4
Text Example
Text Example
White with #BDE8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE8C4; }
p { color: rgb(189,232,196); }
H1.HeaderClassName
{
color: #BDE8C4;
}
.AnyTagClassName
{
color: #BDE8C4;
}
</style>
background-color css
<style>
a { background-color: #BDE8C4; }
a { background-color: rgb(189,232,196); }
div.DivClassName
{
background-color: #BDE8C4;
}
.BgClassName
{
background-color: #BDE8C4;
}
</style>
border-color css
<style>
span { border-color: #BDE8C4; }
span { border-color: rgb(189,232,196); }
td.TdClassName
{
border-color: #BDE8C4;
}
.TagClassName
{
border-color: #BDE8C4;
}
</style>