Shades of Granny Apple #BDECCE
Tints of Granny Apple #BDECCE
RGB
CMYK
RGB Variations
Color information
#BDECCE (or 0xBDECCE) is known color: Granny Apple. HEX triplet: BD, EC and CE. RGB value is (189,236,206). Sum of RGB (Red+Green+Blue) = 189+236+206=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 206 (80.86% from 255 or 32.65% from 631); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDECCE is #421331. Grayscale: #DADADA. Windows color (decimal): -4330290 or 13561021. OLE color: 13561021.
HSL color Cylindrical-coordinate representation of color #BDECCE: hue angle of 141.7º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDECCE is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 236 | 206 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.07 |
| HSL | 141.7º | 0.55% | 0.83% | - |
| HSV(B) | 141.7º | 0.2% | 0.93% | - |
| XYZ | 62.12 | 75.27 | 69.65 | - |
| YUV | 218.53 | 120.93 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 236 | 206 | 0.20 | 0 | 0.13 | 0.07 | 141.7 | 0.55 | 0.83 |
| Hex | BD | EC | CE | 14 | 0 | D | 7 | 8E | 37 | 53 |
| Octal | 275 | 354 | 316 | 24 | 0 | 15 | 7 | 216 | 67 | 123 |
| Binary | 10111101 | 11101100 | 11001110 | 10100 | 0 | 1101 | 111 | 10001110 | 110111 | 1010011 |
Color Harmonies of #BDECCE
Complementary color
Monochromatic Colors of #BDECCE
Black with #BDECCE
Text Example
Text Example
White with #BDECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDECCE; }
p { color: rgb(189,236,206); }
H1.HeaderClassName
{
color: #BDECCE;
}
.AnyTagClassName
{
color: #BDECCE;
}
</style>
background-color css
<style>
a { background-color: #BDECCE; }
a { background-color: rgb(189,236,206); }
div.DivClassName
{
background-color: #BDECCE;
}
.BgClassName
{
background-color: #BDECCE;
}
</style>
border-color css
<style>
span { border-color: #BDECCE; }
span { border-color: rgb(189,236,206); }
td.TdClassName
{
border-color: #BDECCE;
}
.TagClassName
{
border-color: #BDECCE;
}
</style>