Shades of Madang #BDE3B6
Tints of Madang #BDE3B6
RGB
CMYK
RGB Variations
Color information
#BDE3B6 (or 0xBDE3B6) is known color: Madang. HEX triplet: BD, E3 and B6. RGB value is (189,227,182). Sum of RGB (Red+Green+Blue) = 189+227+182=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 227 (89.06% from 255 or 37.96% from 598); Blue value is 182 (71.48% from 255 or 30.43% from 598); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE3B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE3B6 is #421C49. Grayscale: #D2D2D2. Windows color (decimal): -4332618 or 11985853. OLE color: 11985853.
HSL color Cylindrical-coordinate representation of color #BDE3B6: hue angle of 110.67º degrees, saturation: 0.45, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDE3B6 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 227 | 182 | - |
| CMYK | 0.17 | 0 | 0.20 | 0.11 |
| HSL | 110.67º | 0.45% | 0.8% | - |
| HSV(B) | 110.67º | 0.2% | 0.89% | - |
| XYZ | 56.9 | 69.13 | 54.6 | - |
| YUV | 210.51 | 111.91 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 227 | 182 | 0.17 | 0 | 0.20 | 0.11 | 110.67 | 0.45 | 0.8 |
| Hex | BD | E3 | B6 | 11 | 0 | 14 | B | 6F | 2D | 50 |
| Octal | 275 | 343 | 266 | 21 | 0 | 24 | 13 | 157 | 55 | 120 |
| Binary | 10111101 | 11100011 | 10110110 | 10001 | 0 | 10100 | 1011 | 1101111 | 101101 | 1010000 |
Color Harmonies of #BDE3B6
Complementary color
Monochromatic Colors of #BDE3B6
Black with #BDE3B6
Text Example
Text Example
White with #BDE3B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE3B6; }
p { color: rgb(189,227,182); }
H1.HeaderClassName
{
color: #BDE3B6;
}
.AnyTagClassName
{
color: #BDE3B6;
}
</style>
background-color css
<style>
a { background-color: #BDE3B6; }
a { background-color: rgb(189,227,182); }
div.DivClassName
{
background-color: #BDE3B6;
}
.BgClassName
{
background-color: #BDE3B6;
}
</style>
border-color css
<style>
span { border-color: #BDE3B6; }
span { border-color: rgb(189,227,182); }
td.TdClassName
{
border-color: #BDE3B6;
}
.TagClassName
{
border-color: #BDE3B6;
}
</style>