Shades of Madang #BDE0B4
Tints of Madang #BDE0B4
RGB
CMYK
RGB Variations
Color information
#BDE0B4 (or 0xBDE0B4) is known color: Madang. HEX triplet: BD, E0 and B4. RGB value is (189,224,180). Sum of RGB (Red+Green+Blue) = 189+224+180=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 224 (87.89% from 255 or 37.77% from 593); Blue value is 180 (70.70% from 255 or 30.35% from 593); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE0B4 is #421F4B. Grayscale: #D0D0D0. Windows color (decimal): -4333388 or 11854013. OLE color: 11854013.
HSL color Cylindrical-coordinate representation of color #BDE0B4: hue angle of 107.73º degrees, saturation: 0.42, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDE0B4 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 224 | 180 | - |
| CMYK | 0.16 | 0 | 0.20 | 0.12 |
| HSL | 107.73º | 0.42% | 0.79% | - |
| HSV(B) | 107.73º | 0.2% | 0.88% | - |
| XYZ | 55.88 | 67.43 | 53.25 | - |
| YUV | 208.52 | 111.9 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 180 | 0.16 | 0 | 0.20 | 0.12 | 107.73 | 0.42 | 0.79 |
| Hex | BD | E0 | B4 | 10 | 0 | 14 | C | 6C | 2A | 4F |
| Octal | 275 | 340 | 264 | 20 | 0 | 24 | 14 | 154 | 52 | 117 |
| Binary | 10111101 | 11100000 | 10110100 | 10000 | 0 | 10100 | 1100 | 1101100 | 101010 | 1001111 |
Color Harmonies of #BDE0B4
Complementary color
Monochromatic Colors of #BDE0B4
Black with #BDE0B4
Text Example
Text Example
White with #BDE0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE0B4; }
p { color: rgb(189,224,180); }
H1.HeaderClassName
{
color: #BDE0B4;
}
.AnyTagClassName
{
color: #BDE0B4;
}
</style>
background-color css
<style>
a { background-color: #BDE0B4; }
a { background-color: rgb(189,224,180); }
div.DivClassName
{
background-color: #BDE0B4;
}
.BgClassName
{
background-color: #BDE0B4;
}
</style>
border-color css
<style>
span { border-color: #BDE0B4; }
span { border-color: rgb(189,224,180); }
td.TdClassName
{
border-color: #BDE0B4;
}
.TagClassName
{
border-color: #BDE0B4;
}
</style>