Shades of Madang #BDE1AF
Tints of Madang #BDE1AF
RGB
CMYK
RGB Variations
Color information
#BDE1AF (or 0xBDE1AF) is known color: Madang. HEX triplet: BD, E1 and AF. RGB value is (189,225,175). Sum of RGB (Red+Green+Blue) = 189+225+175=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 225 (88.28% from 255 or 38.20% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE1AF is #421E50. Grayscale: #D0D0D0. Windows color (decimal): -4333137 or 11526589. OLE color: 11526589.
HSL color Cylindrical-coordinate representation of color #BDE1AF: hue angle of 103.2º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDE1AF is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 175 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.12 |
| HSL | 103.2º | 0.45% | 0.78% | - |
| HSV(B) | 103.2º | 0.22% | 0.88% | - |
| XYZ | 55.65 | 67.76 | 50.7 | - |
| YUV | 208.54 | 109.07 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 175 | 0.16 | 0 | 0.22 | 0.12 | 103.2 | 0.45 | 0.78 |
| Hex | BD | E1 | AF | 10 | 0 | 16 | C | 67 | 2D | 4E |
| Octal | 275 | 341 | 257 | 20 | 0 | 26 | 14 | 147 | 55 | 116 |
| Binary | 10111101 | 11100001 | 10101111 | 10000 | 0 | 10110 | 1100 | 1100111 | 101101 | 1001110 |
Color Harmonies of #BDE1AF
Complementary color
Monochromatic Colors of #BDE1AF
Black with #BDE1AF
Text Example
Text Example
White with #BDE1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE1AF; }
p { color: rgb(189,225,175); }
H1.HeaderClassName
{
color: #BDE1AF;
}
.AnyTagClassName
{
color: #BDE1AF;
}
</style>
background-color css
<style>
a { background-color: #BDE1AF; }
a { background-color: rgb(189,225,175); }
div.DivClassName
{
background-color: #BDE1AF;
}
.BgClassName
{
background-color: #BDE1AF;
}
</style>
border-color css
<style>
span { border-color: #BDE1AF; }
span { border-color: rgb(189,225,175); }
td.TdClassName
{
border-color: #BDE1AF;
}
.TagClassName
{
border-color: #BDE1AF;
}
</style>