Shades of Madang #BDEAA5
Tints of Madang #BDEAA5
RGB
CMYK
RGB Variations
Color information
#BDEAA5 (or 0xBDEAA5) is known color: Madang. HEX triplet: BD, EA and A5. RGB value is (189,234,165). Sum of RGB (Red+Green+Blue) = 189+234+165=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 234 (91.80% from 255 or 39.80% from 588); Blue value is 165 (64.84% from 255 or 28.06% from 588); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEAA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEAA5 is #42155A. Grayscale: #D4D4D4. Windows color (decimal): -4330843 or 10873533. OLE color: 10873533.
HSL color Cylindrical-coordinate representation of color #BDEAA5: hue angle of 99.13º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDEAA5 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 234 | 165 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.08 |
| HSL | 99.13º | 0.62% | 0.78% | - |
| HSV(B) | 99.13º | 0.29% | 0.92% | - |
| XYZ | 57.2 | 72.38 | 46.55 | - |
| YUV | 212.68 | 101.09 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 234 | 165 | 0.19 | 0 | 0.29 | 0.08 | 99.13 | 0.62 | 0.78 |
| Hex | BD | EA | A5 | 13 | 0 | 1D | 8 | 63 | 3E | 4E |
| Octal | 275 | 352 | 245 | 23 | 0 | 35 | 10 | 143 | 76 | 116 |
| Binary | 10111101 | 11101010 | 10100101 | 10011 | 0 | 11101 | 1000 | 1100011 | 111110 | 1001110 |
Color Harmonies of #BDEAA5
Complementary color
Monochromatic Colors of #BDEAA5
Black with #BDEAA5
Text Example
Text Example
White with #BDEAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEAA5; }
p { color: rgb(189,234,165); }
H1.HeaderClassName
{
color: #BDEAA5;
}
.AnyTagClassName
{
color: #BDEAA5;
}
</style>
background-color css
<style>
a { background-color: #BDEAA5; }
a { background-color: rgb(189,234,165); }
div.DivClassName
{
background-color: #BDEAA5;
}
.BgClassName
{
background-color: #BDEAA5;
}
</style>
border-color css
<style>
span { border-color: #BDEAA5; }
span { border-color: rgb(189,234,165); }
td.TdClassName
{
border-color: #BDEAA5;
}
.TagClassName
{
border-color: #BDEAA5;
}
</style>