Shades of Granny Apple #BDEBCB
Tints of Granny Apple #BDEBCB
RGB
CMYK
RGB Variations
Color information
#BDEBCB (or 0xBDEBCB) is known color: Granny Apple. HEX triplet: BD, EB and CB. RGB value is (189,235,203). Sum of RGB (Red+Green+Blue) = 189+235+203=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 235 (92.19% from 255 or 37.48% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEBCB is #421434. Grayscale: #D9D9D9. Windows color (decimal): -4330549 or 13364157. OLE color: 13364157.
HSL color Cylindrical-coordinate representation of color #BDEBCB: hue angle of 138.26º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDEBCB is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 235 | 203 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.08 |
| HSL | 138.26º | 0.53% | 0.83% | - |
| HSV(B) | 138.26º | 0.2% | 0.92% | - |
| XYZ | 61.47 | 74.55 | 67.65 | - |
| YUV | 217.6 | 119.76 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 235 | 203 | 0.20 | 0 | 0.14 | 0.08 | 138.26 | 0.53 | 0.83 |
| Hex | BD | EB | CB | 14 | 0 | E | 8 | 8A | 35 | 53 |
| Octal | 275 | 353 | 313 | 24 | 0 | 16 | 10 | 212 | 65 | 123 |
| Binary | 10111101 | 11101011 | 11001011 | 10100 | 0 | 1110 | 1000 | 10001010 | 110101 | 1010011 |
Color Harmonies of #BDEBCB
Complementary color
Monochromatic Colors of #BDEBCB
Black with #BDEBCB
Text Example
Text Example
White with #BDEBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEBCB; }
p { color: rgb(189,235,203); }
H1.HeaderClassName
{
color: #BDEBCB;
}
.AnyTagClassName
{
color: #BDEBCB;
}
</style>
background-color css
<style>
a { background-color: #BDEBCB; }
a { background-color: rgb(189,235,203); }
div.DivClassName
{
background-color: #BDEBCB;
}
.BgClassName
{
background-color: #BDEBCB;
}
</style>
border-color css
<style>
span { border-color: #BDEBCB; }
span { border-color: rgb(189,235,203); }
td.TdClassName
{
border-color: #BDEBCB;
}
.TagClassName
{
border-color: #BDEBCB;
}
</style>