Shades of Madang #BDEAAC
Tints of Madang #BDEAAC
RGB
CMYK
RGB Variations
Color information
#BDEAAC (or 0xBDEAAC) is known color: Madang. HEX triplet: BD, EA and AC. RGB value is (189,234,172). Sum of RGB (Red+Green+Blue) = 189+234+172=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 234 (91.80% from 255 or 39.33% from 595); Blue value is 172 (67.58% from 255 or 28.91% from 595); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEAAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEAAC is #421553. Grayscale: #D5D5D5. Windows color (decimal): -4330836 or 11332285. OLE color: 11332285.
HSL color Cylindrical-coordinate representation of color #BDEAAC: hue angle of 103.55º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDEAAC is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 234 | 172 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.08 |
| HSL | 103.55º | 0.6% | 0.8% | - |
| HSV(B) | 103.55º | 0.26% | 0.92% | - |
| XYZ | 57.86 | 72.64 | 50 | - |
| YUV | 213.48 | 104.59 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 234 | 172 | 0.19 | 0 | 0.26 | 0.08 | 103.55 | 0.6 | 0.8 |
| Hex | BD | EA | AC | 13 | 0 | 1A | 8 | 68 | 3C | 50 |
| Octal | 275 | 352 | 254 | 23 | 0 | 32 | 10 | 150 | 74 | 120 |
| Binary | 10111101 | 11101010 | 10101100 | 10011 | 0 | 11010 | 1000 | 1101000 | 111100 | 1010000 |
Color Harmonies of #BDEAAC
Complementary color
Monochromatic Colors of #BDEAAC
Black with #BDEAAC
Text Example
Text Example
White with #BDEAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEAAC; }
p { color: rgb(189,234,172); }
H1.HeaderClassName
{
color: #BDEAAC;
}
.AnyTagClassName
{
color: #BDEAAC;
}
</style>
background-color css
<style>
a { background-color: #BDEAAC; }
a { background-color: rgb(189,234,172); }
div.DivClassName
{
background-color: #BDEAAC;
}
.BgClassName
{
background-color: #BDEAAC;
}
</style>
border-color css
<style>
span { border-color: #BDEAAC; }
span { border-color: rgb(189,234,172); }
td.TdClassName
{
border-color: #BDEAAC;
}
.TagClassName
{
border-color: #BDEAAC;
}
</style>