Shades of Madang #BDEAB6
Tints of Madang #BDEAB6
RGB
CMYK
RGB Variations
Color information
#BDEAB6 (or 0xBDEAB6) is known color: Madang. HEX triplet: BD, EA and B6. RGB value is (189,234,182). Sum of RGB (Red+Green+Blue) = 189+234+182=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 234 (91.80% from 255 or 38.68% from 605); Blue value is 182 (71.48% from 255 or 30.08% from 605); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEAB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEAB6 is #421549. Grayscale: #D6D6D6. Windows color (decimal): -4330826 or 11987645. OLE color: 11987645.
HSL color Cylindrical-coordinate representation of color #BDEAB6: hue angle of 111.92º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDEAB6 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 234 | 182 | - |
| CMYK | 0.19 | 0 | 0.22 | 0.08 |
| HSL | 111.92º | 0.55% | 0.82% | - |
| HSV(B) | 111.92º | 0.22% | 0.92% | - |
| XYZ | 58.85 | 73.04 | 55.25 | - |
| YUV | 214.62 | 109.59 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 234 | 182 | 0.19 | 0 | 0.22 | 0.08 | 111.92 | 0.55 | 0.82 |
| Hex | BD | EA | B6 | 13 | 0 | 16 | 8 | 70 | 37 | 52 |
| Octal | 275 | 352 | 266 | 23 | 0 | 26 | 10 | 160 | 67 | 122 |
| Binary | 10111101 | 11101010 | 10110110 | 10011 | 0 | 10110 | 1000 | 1110000 | 110111 | 1010010 |
Color Harmonies of #BDEAB6
Complementary color
Monochromatic Colors of #BDEAB6
Black with #BDEAB6
Text Example
Text Example
White with #BDEAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEAB6; }
p { color: rgb(189,234,182); }
H1.HeaderClassName
{
color: #BDEAB6;
}
.AnyTagClassName
{
color: #BDEAB6;
}
</style>
background-color css
<style>
a { background-color: #BDEAB6; }
a { background-color: rgb(189,234,182); }
div.DivClassName
{
background-color: #BDEAB6;
}
.BgClassName
{
background-color: #BDEAB6;
}
</style>
border-color css
<style>
span { border-color: #BDEAB6; }
span { border-color: rgb(189,234,182); }
td.TdClassName
{
border-color: #BDEAB6;
}
.TagClassName
{
border-color: #BDEAB6;
}
</style>