Shades of Granny Apple #BDEFCB
Tints of Granny Apple #BDEFCB
RGB
CMYK
RGB Variations
Color information
#BDEFCB (or 0xBDEFCB) is known color: Granny Apple. HEX triplet: BD, EF and CB. RGB value is (189,239,203). Sum of RGB (Red+Green+Blue) = 189+239+203=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 239 (93.75% from 255 or 37.88% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEFCB is #421034. Grayscale: #DCDCDC. Windows color (decimal): -4329525 or 13365181. OLE color: 13365181.
HSL color Cylindrical-coordinate representation of color #BDEFCB: hue angle of 136.8º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEFCB is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 203 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.06 |
| HSL | 136.8º | 0.61% | 0.84% | - |
| HSV(B) | 136.8º | 0.21% | 0.94% | - |
| XYZ | 62.63 | 76.86 | 68.04 | - |
| YUV | 219.95 | 118.44 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 203 | 0.21 | 0 | 0.15 | 0.06 | 136.8 | 0.61 | 0.84 |
| Hex | BD | EF | CB | 15 | 0 | F | 6 | 89 | 3D | 54 |
| Octal | 275 | 357 | 313 | 25 | 0 | 17 | 6 | 211 | 75 | 124 |
| Binary | 10111101 | 11101111 | 11001011 | 10101 | 0 | 1111 | 110 | 10001001 | 111101 | 1010100 |
Color Harmonies of #BDEFCB
Complementary color
Monochromatic Colors of #BDEFCB
Black with #BDEFCB
Text Example
Text Example
White with #BDEFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEFCB; }
p { color: rgb(189,239,203); }
H1.HeaderClassName
{
color: #BDEFCB;
}
.AnyTagClassName
{
color: #BDEFCB;
}
</style>
background-color css
<style>
a { background-color: #BDEFCB; }
a { background-color: rgb(189,239,203); }
div.DivClassName
{
background-color: #BDEFCB;
}
.BgClassName
{
background-color: #BDEFCB;
}
</style>
border-color css
<style>
span { border-color: #BDEFCB; }
span { border-color: rgb(189,239,203); }
td.TdClassName
{
border-color: #BDEFCB;
}
.TagClassName
{
border-color: #BDEFCB;
}
</style>