Shades of Granny Apple #BDECCB
Tints of Granny Apple #BDECCB
RGB
CMYK
RGB Variations
Color information
#BDECCB (or 0xBDECCB) is known color: Granny Apple. HEX triplet: BD, EC and CB. RGB value is (189,236,203). Sum of RGB (Red+Green+Blue) = 189+236+203=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 203 (79.69% from 255 or 32.32% from 628); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDECCB is #421334. Grayscale: #DADADA. Windows color (decimal): -4330293 or 13364413. OLE color: 13364413.
HSL color Cylindrical-coordinate representation of color #BDECCB: hue angle of 137.87º 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 #BDECCB is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 236 | 203 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.07 |
| HSL | 137.87º | 0.55% | 0.83% | - |
| HSV(B) | 137.87º | 0.2% | 0.93% | - |
| XYZ | 61.76 | 75.12 | 67.74 | - |
| YUV | 218.19 | 119.43 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 236 | 203 | 0.20 | 0 | 0.14 | 0.07 | 137.87 | 0.55 | 0.83 |
| Hex | BD | EC | CB | 14 | 0 | E | 7 | 8A | 37 | 53 |
| Octal | 275 | 354 | 313 | 24 | 0 | 16 | 7 | 212 | 67 | 123 |
| Binary | 10111101 | 11101100 | 11001011 | 10100 | 0 | 1110 | 111 | 10001010 | 110111 | 1010011 |
Color Harmonies of #BDECCB
Complementary color
Monochromatic Colors of #BDECCB
Black with #BDECCB
Text Example
Text Example
White with #BDECCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDECCB; }
p { color: rgb(189,236,203); }
H1.HeaderClassName
{
color: #BDECCB;
}
.AnyTagClassName
{
color: #BDECCB;
}
</style>
background-color css
<style>
a { background-color: #BDECCB; }
a { background-color: rgb(189,236,203); }
div.DivClassName
{
background-color: #BDECCB;
}
.BgClassName
{
background-color: #BDECCB;
}
</style>
border-color css
<style>
span { border-color: #BDECCB; }
span { border-color: rgb(189,236,203); }
td.TdClassName
{
border-color: #BDECCB;
}
.TagClassName
{
border-color: #BDECCB;
}
</style>