Shades of Madang #BDEBA8
Tints of Madang #BDEBA8
RGB
CMYK
RGB Variations
Color information
#BDEBA8 (or 0xBDEBA8) is known color: Madang. HEX triplet: BD, EB and A8. RGB value is (189,235,168). Sum of RGB (Red+Green+Blue) = 189+235+168=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 235 (92.19% from 255 or 39.70% from 592); Blue value is 168 (66.02% from 255 or 28.38% from 592); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEBA8 is #421457. Grayscale: #D5D5D5. Windows color (decimal): -4330584 or 11070397. OLE color: 11070397.
HSL color Cylindrical-coordinate representation of color #BDEBA8: hue angle of 101.19º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDEBA8 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 235 | 168 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.08 |
| HSL | 101.19º | 0.63% | 0.79% | - |
| HSV(B) | 101.19º | 0.29% | 0.92% | - |
| XYZ | 57.76 | 73.06 | 48.1 | - |
| YUV | 213.61 | 102.26 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 235 | 168 | 0.20 | 0 | 0.29 | 0.08 | 101.19 | 0.63 | 0.79 |
| Hex | BD | EB | A8 | 14 | 0 | 1D | 8 | 65 | 3F | 4F |
| Octal | 275 | 353 | 250 | 24 | 0 | 35 | 10 | 145 | 77 | 117 |
| Binary | 10111101 | 11101011 | 10101000 | 10100 | 0 | 11101 | 1000 | 1100101 | 111111 | 1001111 |
Color Harmonies of #BDEBA8
Complementary color
Monochromatic Colors of #BDEBA8
Black with #BDEBA8
Text Example
Text Example
White with #BDEBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEBA8; }
p { color: rgb(189,235,168); }
H1.HeaderClassName
{
color: #BDEBA8;
}
.AnyTagClassName
{
color: #BDEBA8;
}
</style>
background-color css
<style>
a { background-color: #BDEBA8; }
a { background-color: rgb(189,235,168); }
div.DivClassName
{
background-color: #BDEBA8;
}
.BgClassName
{
background-color: #BDEBA8;
}
</style>
border-color css
<style>
span { border-color: #BDEBA8; }
span { border-color: rgb(189,235,168); }
td.TdClassName
{
border-color: #BDEBA8;
}
.TagClassName
{
border-color: #BDEBA8;
}
</style>