Shades of Granny Apple #BDE1CB
Tints of Granny Apple #BDE1CB
RGB
CMYK
RGB Variations
Color information
#BDE1CB (or 0xBDE1CB) is known color: Granny Apple. HEX triplet: BD, E1 and CB. RGB value is (189,225,203). Sum of RGB (Red+Green+Blue) = 189+225+203=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 225 (88.28% from 255 or 36.47% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1CB is #421E34. Grayscale: #D3D3D3. Windows color (decimal): -4333109 or 13361597. OLE color: 13361597.
HSL color Cylindrical-coordinate representation of color #BDE1CB: hue angle of 143.33º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDE1CB is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 203 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.12 |
| HSL | 143.33º | 0.38% | 0.81% | - |
| HSV(B) | 143.33º | 0.16% | 0.88% | - |
| XYZ | 58.69 | 68.98 | 66.72 | - |
| YUV | 211.73 | 123.07 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 203 | 0.16 | 0 | 0.10 | 0.12 | 143.33 | 0.38 | 0.81 |
| Hex | BD | E1 | CB | 10 | 0 | A | C | 8F | 26 | 51 |
| Octal | 275 | 341 | 313 | 20 | 0 | 12 | 14 | 217 | 46 | 121 |
| Binary | 10111101 | 11100001 | 11001011 | 10000 | 0 | 1010 | 1100 | 10001111 | 100110 | 1010001 |
Color Harmonies of #BDE1CB
Complementary color
Monochromatic Colors of #BDE1CB
Black with #BDE1CB
Text Example
Text Example
White with #BDE1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE1CB; }
p { color: rgb(189,225,203); }
H1.HeaderClassName
{
color: #BDE1CB;
}
.AnyTagClassName
{
color: #BDE1CB;
}
</style>
background-color css
<style>
a { background-color: #BDE1CB; }
a { background-color: rgb(189,225,203); }
div.DivClassName
{
background-color: #BDE1CB;
}
.BgClassName
{
background-color: #BDE1CB;
}
</style>
border-color css
<style>
span { border-color: #BDE1CB; }
span { border-color: rgb(189,225,203); }
td.TdClassName
{
border-color: #BDE1CB;
}
.TagClassName
{
border-color: #BDE1CB;
}
</style>