Shades of Madang #BDDBB1
Tints of Madang #BDDBB1
RGB
CMYK
RGB Variations
Color information
#BDDBB1 (or 0xBDDBB1) is known color: Madang. HEX triplet: BD, DB and B1. RGB value is (189,219,177). Sum of RGB (Red+Green+Blue) = 189+219+177=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 177 (69.53% from 255 or 30.26% from 585); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDBB1 is #42244E. Grayscale: #CDCDCD. Windows color (decimal): -4334671 or 11656125. OLE color: 11656125.
HSL color Cylindrical-coordinate representation of color #BDDBB1: hue angle of 102.86º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDDBB1 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 177 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.14 |
| HSL | 102.86º | 0.37% | 0.78% | - |
| HSV(B) | 102.86º | 0.19% | 0.86% | - |
| XYZ | 54.25 | 64.66 | 51.22 | - |
| YUV | 205.24 | 112.06 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 177 | 0.14 | 0 | 0.19 | 0.14 | 102.86 | 0.37 | 0.78 |
| Hex | BD | DB | B1 | E | 0 | 13 | E | 67 | 25 | 4E |
| Octal | 275 | 333 | 261 | 16 | 0 | 23 | 16 | 147 | 45 | 116 |
| Binary | 10111101 | 11011011 | 10110001 | 1110 | 0 | 10011 | 1110 | 1100111 | 100101 | 1001110 |
Color Harmonies of #BDDBB1
Complementary color
Monochromatic Colors of #BDDBB1
Black with #BDDBB1
Text Example
Text Example
White with #BDDBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDBB1; }
p { color: rgb(189,219,177); }
H1.HeaderClassName
{
color: #BDDBB1;
}
.AnyTagClassName
{
color: #BDDBB1;
}
</style>
background-color css
<style>
a { background-color: #BDDBB1; }
a { background-color: rgb(189,219,177); }
div.DivClassName
{
background-color: #BDDBB1;
}
.BgClassName
{
background-color: #BDDBB1;
}
</style>
border-color css
<style>
span { border-color: #BDDBB1; }
span { border-color: rgb(189,219,177); }
td.TdClassName
{
border-color: #BDDBB1;
}
.TagClassName
{
border-color: #BDDBB1;
}
</style>