Shades of Madang #BDEBAB
Tints of Madang #BDEBAB
RGB
CMYK
RGB Variations
Color information
#BDEBAB (or 0xBDEBAB) is known color: Madang. HEX triplet: BD, EB and AB. RGB value is (189,235,171). Sum of RGB (Red+Green+Blue) = 189+235+171=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 235 (92.19% from 255 or 39.50% from 595); Blue value is 171 (67.19% from 255 or 28.74% from 595); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEBAB is #421454. Grayscale: #D6D6D6. Windows color (decimal): -4330581 or 11267005. OLE color: 11267005.
HSL color Cylindrical-coordinate representation of color #BDEBAB: hue angle of 103.12º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDEBAB is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 235 | 171 | - |
| CMYK | 0.20 | 0 | 0.27 | 0.08 |
| HSL | 103.13º | 0.62% | 0.8% | - |
| HSV(B) | 103.13º | 0.27% | 0.92% | - |
| XYZ | 58.05 | 73.18 | 49.59 | - |
| YUV | 213.95 | 103.76 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 235 | 171 | 0.20 | 0 | 0.27 | 0.08 | 103.13 | 0.62 | 0.8 |
| Hex | BD | EB | AB | 14 | 0 | 1B | 8 | 67 | 3E | 50 |
| Octal | 275 | 353 | 253 | 24 | 0 | 33 | 10 | 147 | 76 | 120 |
| Binary | 10111101 | 11101011 | 10101011 | 10100 | 0 | 11011 | 1000 | 1100111 | 111110 | 1010000 |
Color Harmonies of #BDEBAB
Complementary color
Monochromatic Colors of #BDEBAB
Black with #BDEBAB
Text Example
Text Example
White with #BDEBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEBAB; }
p { color: rgb(189,235,171); }
H1.HeaderClassName
{
color: #BDEBAB;
}
.AnyTagClassName
{
color: #BDEBAB;
}
</style>
background-color css
<style>
a { background-color: #BDEBAB; }
a { background-color: rgb(189,235,171); }
div.DivClassName
{
background-color: #BDEBAB;
}
.BgClassName
{
background-color: #BDEBAB;
}
</style>
border-color css
<style>
span { border-color: #BDEBAB; }
span { border-color: rgb(189,235,171); }
td.TdClassName
{
border-color: #BDEBAB;
}
.TagClassName
{
border-color: #BDEBAB;
}
</style>