Shades of Madang #BDEAB8
Tints of Madang #BDEAB8
RGB
CMYK
RGB Variations
Color information
#BDEAB8 (or 0xBDEAB8) is known color: Madang. HEX triplet: BD, EA and B8. RGB value is (189,234,184). Sum of RGB (Red+Green+Blue) = 189+234+184=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 184 (72.27% from 255 or 30.31% from 607); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEAB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEAB8 is #421547. Grayscale: #D7D7D7. Windows color (decimal): -4330824 or 12118717. OLE color: 12118717.
HSL color Cylindrical-coordinate representation of color #BDEAB8: hue angle of 114º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEAB8 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 234 | 184 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.08 |
| HSL | 114º | 0.54% | 0.82% | - |
| HSV(B) | 114º | 0.21% | 0.92% | - |
| XYZ | 59.06 | 73.13 | 56.35 | - |
| YUV | 214.85 | 110.59 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 234 | 184 | 0.19 | 0 | 0.21 | 0.08 | 114 | 0.54 | 0.82 |
| Hex | BD | EA | B8 | 13 | 0 | 15 | 8 | 72 | 36 | 52 |
| Octal | 275 | 352 | 270 | 23 | 0 | 25 | 10 | 162 | 66 | 122 |
| Binary | 10111101 | 11101010 | 10111000 | 10011 | 0 | 10101 | 1000 | 1110010 | 110110 | 1010010 |
Color Harmonies of #BDEAB8
Complementary color
Monochromatic Colors of #BDEAB8
Black with #BDEAB8
Text Example
Text Example
White with #BDEAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEAB8; }
p { color: rgb(189,234,184); }
H1.HeaderClassName
{
color: #BDEAB8;
}
.AnyTagClassName
{
color: #BDEAB8;
}
</style>
background-color css
<style>
a { background-color: #BDEAB8; }
a { background-color: rgb(189,234,184); }
div.DivClassName
{
background-color: #BDEAB8;
}
.BgClassName
{
background-color: #BDEAB8;
}
</style>
border-color css
<style>
span { border-color: #BDEAB8; }
span { border-color: rgb(189,234,184); }
td.TdClassName
{
border-color: #BDEAB8;
}
.TagClassName
{
border-color: #BDEAB8;
}
</style>