Shades of Madang #BDEBA6
Tints of Madang #BDEBA6
RGB
CMYK
RGB Variations
Color information
#BDEBA6 (or 0xBDEBA6) is known color: Madang. HEX triplet: BD, EB and A6. RGB value is (189,235,166). Sum of RGB (Red+Green+Blue) = 189+235+166=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 235 (92.19% from 255 or 39.83% from 590); Blue value is 166 (65.23% from 255 or 28.14% from 590); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEBA6 is #421459. Grayscale: #D5D5D5. Windows color (decimal): -4330586 or 10939325. OLE color: 10939325.
HSL color Cylindrical-coordinate representation of color #BDEBA6: hue angle of 100º 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 #BDEBA6 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 235 | 166 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.08 |
| HSL | 100º | 0.63% | 0.79% | - |
| HSV(B) | 100º | 0.29% | 0.92% | - |
| XYZ | 57.58 | 72.99 | 47.13 | - |
| YUV | 213.38 | 101.26 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 235 | 166 | 0.20 | 0 | 0.29 | 0.08 | 100 | 0.63 | 0.79 |
| Hex | BD | EB | A6 | 14 | 0 | 1D | 8 | 64 | 3F | 4F |
| Octal | 275 | 353 | 246 | 24 | 0 | 35 | 10 | 144 | 77 | 117 |
| Binary | 10111101 | 11101011 | 10100110 | 10100 | 0 | 11101 | 1000 | 1100100 | 111111 | 1001111 |
Color Harmonies of #BDEBA6
Complementary color
Monochromatic Colors of #BDEBA6
Black with #BDEBA6
Text Example
Text Example
White with #BDEBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEBA6; }
p { color: rgb(189,235,166); }
H1.HeaderClassName
{
color: #BDEBA6;
}
.AnyTagClassName
{
color: #BDEBA6;
}
</style>
background-color css
<style>
a { background-color: #BDEBA6; }
a { background-color: rgb(189,235,166); }
div.DivClassName
{
background-color: #BDEBA6;
}
.BgClassName
{
background-color: #BDEBA6;
}
</style>
border-color css
<style>
span { border-color: #BDEBA6; }
span { border-color: rgb(189,235,166); }
td.TdClassName
{
border-color: #BDEBA6;
}
.TagClassName
{
border-color: #BDEBA6;
}
</style>