Shades of Madang #BDDDAF
Tints of Madang #BDDDAF
RGB
CMYK
RGB Variations
Color information
#BDDDAF (or 0xBDDDAF) is known color: Madang. HEX triplet: BD, DD and AF. RGB value is (189,221,175). Sum of RGB (Red+Green+Blue) = 189+221+175=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDDAF is #422250. Grayscale: #CECECE. Windows color (decimal): -4334161 or 11525565. OLE color: 11525565.
HSL color Cylindrical-coordinate representation of color #BDDDAF: hue angle of 101.74º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDDDAF is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 175 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.13 |
| HSL | 101.74º | 0.4% | 0.78% | - |
| HSV(B) | 101.74º | 0.21% | 0.87% | - |
| XYZ | 54.58 | 65.63 | 50.35 | - |
| YUV | 206.19 | 110.4 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 175 | 0.14 | 0 | 0.21 | 0.13 | 101.74 | 0.4 | 0.78 |
| Hex | BD | DD | AF | E | 0 | 15 | D | 66 | 28 | 4E |
| Octal | 275 | 335 | 257 | 16 | 0 | 25 | 15 | 146 | 50 | 116 |
| Binary | 10111101 | 11011101 | 10101111 | 1110 | 0 | 10101 | 1101 | 1100110 | 101000 | 1001110 |
Color Harmonies of #BDDDAF
Complementary color
Monochromatic Colors of #BDDDAF
Black with #BDDDAF
Text Example
Text Example
White with #BDDDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDDAF; }
p { color: rgb(189,221,175); }
H1.HeaderClassName
{
color: #BDDDAF;
}
.AnyTagClassName
{
color: #BDDDAF;
}
</style>
background-color css
<style>
a { background-color: #BDDDAF; }
a { background-color: rgb(189,221,175); }
div.DivClassName
{
background-color: #BDDDAF;
}
.BgClassName
{
background-color: #BDDDAF;
}
</style>
border-color css
<style>
span { border-color: #BDDDAF; }
span { border-color: rgb(189,221,175); }
td.TdClassName
{
border-color: #BDDDAF;
}
.TagClassName
{
border-color: #BDDDAF;
}
</style>