Shades of Granny Apple #BDE6CC
Tints of Granny Apple #BDE6CC
RGB
CMYK
RGB Variations
Color information
#BDE6CC (or 0xBDE6CC) is known color: Granny Apple. HEX triplet: BD, E6 and CC. RGB value is (189,230,204). Sum of RGB (Red+Green+Blue) = 189+230+204=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 230 (90.23% from 255 or 36.92% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE6CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE6CC is #421933. Grayscale: #D6D6D6. Windows color (decimal): -4331828 or 13428413. OLE color: 13428413.
HSL color Cylindrical-coordinate representation of color #BDE6CC: hue angle of 141.95º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDE6CC is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 230 | 204 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.10 |
| HSL | 141.95º | 0.45% | 0.82% | - |
| HSV(B) | 141.95º | 0.18% | 0.9% | - |
| XYZ | 60.18 | 71.77 | 67.81 | - |
| YUV | 214.78 | 121.92 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 230 | 204 | 0.18 | 0 | 0.11 | 0.10 | 141.95 | 0.45 | 0.82 |
| Hex | BD | E6 | CC | 12 | 0 | B | A | 8E | 2D | 52 |
| Octal | 275 | 346 | 314 | 22 | 0 | 13 | 12 | 216 | 55 | 122 |
| Binary | 10111101 | 11100110 | 11001100 | 10010 | 0 | 1011 | 1010 | 10001110 | 101101 | 1010010 |
Color Harmonies of #BDE6CC
Complementary color
Monochromatic Colors of #BDE6CC
Black with #BDE6CC
Text Example
Text Example
White with #BDE6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE6CC; }
p { color: rgb(189,230,204); }
H1.HeaderClassName
{
color: #BDE6CC;
}
.AnyTagClassName
{
color: #BDE6CC;
}
</style>
background-color css
<style>
a { background-color: #BDE6CC; }
a { background-color: rgb(189,230,204); }
div.DivClassName
{
background-color: #BDE6CC;
}
.BgClassName
{
background-color: #BDE6CC;
}
</style>
border-color css
<style>
span { border-color: #BDE6CC; }
span { border-color: rgb(189,230,204); }
td.TdClassName
{
border-color: #BDE6CC;
}
.TagClassName
{
border-color: #BDE6CC;
}
</style>