Shades of Madang #BDE6B6
Tints of Madang #BDE6B6
RGB
CMYK
RGB Variations
Color information
#BDE6B6 (or 0xBDE6B6) is known color: Madang. HEX triplet: BD, E6 and B6. RGB value is (189,230,182). Sum of RGB (Red+Green+Blue) = 189+230+182=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 230 (90.23% from 255 or 38.27% from 601); Blue value is 182 (71.48% from 255 or 30.28% from 601); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE6B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE6B6 is #421949. Grayscale: #D4D4D4. Windows color (decimal): -4331850 or 11986621. OLE color: 11986621.
HSL color Cylindrical-coordinate representation of color #BDE6B6: hue angle of 111.25º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDE6B6 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 230 | 182 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.10 |
| HSL | 111.25º | 0.49% | 0.81% | - |
| HSV(B) | 111.25º | 0.21% | 0.9% | - |
| XYZ | 57.73 | 70.79 | 54.88 | - |
| YUV | 212.27 | 110.92 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 230 | 182 | 0.18 | 0 | 0.21 | 0.10 | 111.25 | 0.49 | 0.81 |
| Hex | BD | E6 | B6 | 12 | 0 | 15 | A | 6F | 31 | 51 |
| Octal | 275 | 346 | 266 | 22 | 0 | 25 | 12 | 157 | 61 | 121 |
| Binary | 10111101 | 11100110 | 10110110 | 10010 | 0 | 10101 | 1010 | 1101111 | 110001 | 1010001 |
Color Harmonies of #BDE6B6
Complementary color
Monochromatic Colors of #BDE6B6
Black with #BDE6B6
Text Example
Text Example
White with #BDE6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE6B6; }
p { color: rgb(189,230,182); }
H1.HeaderClassName
{
color: #BDE6B6;
}
.AnyTagClassName
{
color: #BDE6B6;
}
</style>
background-color css
<style>
a { background-color: #BDE6B6; }
a { background-color: rgb(189,230,182); }
div.DivClassName
{
background-color: #BDE6B6;
}
.BgClassName
{
background-color: #BDE6B6;
}
</style>
border-color css
<style>
span { border-color: #BDE6B6; }
span { border-color: rgb(189,230,182); }
td.TdClassName
{
border-color: #BDE6B6;
}
.TagClassName
{
border-color: #BDE6B6;
}
</style>