Shades of Madang #BDE8B8
Tints of Madang #BDE8B8
RGB
CMYK
RGB Variations
Color information
#BDE8B8 (or 0xBDE8B8) is known color: Madang. HEX triplet: BD, E8 and B8. RGB value is (189,232,184). Sum of RGB (Red+Green+Blue) = 189+232+184=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 232 (91.02% from 255 or 38.35% from 605); Blue value is 184 (72.27% from 255 or 30.41% from 605); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE8B8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE8B8 is #421747. Grayscale: #D5D5D5. Windows color (decimal): -4331336 or 12118205. OLE color: 12118205.
HSL color Cylindrical-coordinate representation of color #BDE8B8: hue angle of 113.75º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDE8B8 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 232 | 184 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.09 |
| HSL | 113.75º | 0.51% | 0.82% | - |
| HSV(B) | 113.75º | 0.21% | 0.91% | - |
| XYZ | 58.49 | 71.99 | 56.16 | - |
| YUV | 213.67 | 111.25 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 232 | 184 | 0.19 | 0 | 0.21 | 0.09 | 113.75 | 0.51 | 0.82 |
| Hex | BD | E8 | B8 | 13 | 0 | 15 | 9 | 72 | 33 | 52 |
| Octal | 275 | 350 | 270 | 23 | 0 | 25 | 11 | 162 | 63 | 122 |
| Binary | 10111101 | 11101000 | 10111000 | 10011 | 0 | 10101 | 1001 | 1110010 | 110011 | 1010010 |
Color Harmonies of #BDE8B8
Complementary color
Monochromatic Colors of #BDE8B8
Black with #BDE8B8
Text Example
Text Example
White with #BDE8B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE8B8; }
p { color: rgb(189,232,184); }
H1.HeaderClassName
{
color: #BDE8B8;
}
.AnyTagClassName
{
color: #BDE8B8;
}
</style>
background-color css
<style>
a { background-color: #BDE8B8; }
a { background-color: rgb(189,232,184); }
div.DivClassName
{
background-color: #BDE8B8;
}
.BgClassName
{
background-color: #BDE8B8;
}
</style>
border-color css
<style>
span { border-color: #BDE8B8; }
span { border-color: rgb(189,232,184); }
td.TdClassName
{
border-color: #BDE8B8;
}
.TagClassName
{
border-color: #BDE8B8;
}
</style>