Shades of Madang #BDECAF
Tints of Madang #BDECAF
RGB
CMYK
RGB Variations
Color information
#BDECAF (or 0xBDECAF) is known color: Madang. HEX triplet: BD, EC and AF. RGB value is (189,236,175). Sum of RGB (Red+Green+Blue) = 189+236+175=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 236 (92.58% from 255 or 39.33% from 600); Blue value is 175 (68.75% from 255 or 29.17% from 600); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDECAF is #421350. Grayscale: #D7D7D7. Windows color (decimal): -4330321 or 11529405. OLE color: 11529405.
HSL color Cylindrical-coordinate representation of color #BDECAF: hue angle of 106.23º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDECAF is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 236 | 175 | - |
| CMYK | 0.20 | 0 | 0.26 | 0.07 |
| HSL | 106.23º | 0.62% | 0.81% | - |
| HSV(B) | 106.23º | 0.26% | 0.93% | - |
| XYZ | 58.72 | 73.9 | 51.73 | - |
| YUV | 214.99 | 105.43 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 236 | 175 | 0.20 | 0 | 0.26 | 0.07 | 106.23 | 0.62 | 0.81 |
| Hex | BD | EC | AF | 14 | 0 | 1A | 7 | 6A | 3E | 51 |
| Octal | 275 | 354 | 257 | 24 | 0 | 32 | 7 | 152 | 76 | 121 |
| Binary | 10111101 | 11101100 | 10101111 | 10100 | 0 | 11010 | 111 | 1101010 | 111110 | 1010001 |
Color Harmonies of #BDECAF
Complementary color
Monochromatic Colors of #BDECAF
Black with #BDECAF
Text Example
Text Example
White with #BDECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDECAF; }
p { color: rgb(189,236,175); }
H1.HeaderClassName
{
color: #BDECAF;
}
.AnyTagClassName
{
color: #BDECAF;
}
</style>
background-color css
<style>
a { background-color: #BDECAF; }
a { background-color: rgb(189,236,175); }
div.DivClassName
{
background-color: #BDECAF;
}
.BgClassName
{
background-color: #BDECAF;
}
</style>
border-color css
<style>
span { border-color: #BDECAF; }
span { border-color: rgb(189,236,175); }
td.TdClassName
{
border-color: #BDECAF;
}
.TagClassName
{
border-color: #BDECAF;
}
</style>