Shades of Madang #BDEEB6
Tints of Madang #BDEEB6
RGB
CMYK
RGB Variations
Color information
#BDEEB6 (or 0xBDEEB6) is known color: Madang. HEX triplet: BD, EE and B6. RGB value is (189,238,182). Sum of RGB (Red+Green+Blue) = 189+238+182=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 238 (93.36% from 255 or 39.08% from 609); Blue value is 182 (71.48% from 255 or 29.89% from 609); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEEB6 is #421149. Grayscale: #D9D9D9. Windows color (decimal): -4329802 or 11988669. OLE color: 11988669.
HSL color Cylindrical-coordinate representation of color #BDEEB6: hue angle of 112.5º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDEEB6 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 238 | 182 | - |
| CMYK | 0.21 | 0 | 0.24 | 0.07 |
| HSL | 112.5º | 0.62% | 0.82% | - |
| HSV(B) | 112.5º | 0.24% | 0.93% | - |
| XYZ | 60 | 75.35 | 55.64 | - |
| YUV | 216.97 | 108.27 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 238 | 182 | 0.21 | 0 | 0.24 | 0.07 | 112.5 | 0.62 | 0.82 |
| Hex | BD | EE | B6 | 15 | 0 | 18 | 7 | 70 | 3E | 52 |
| Octal | 275 | 356 | 266 | 25 | 0 | 30 | 7 | 160 | 76 | 122 |
| Binary | 10111101 | 11101110 | 10110110 | 10101 | 0 | 11000 | 111 | 1110000 | 111110 | 1010010 |
Color Harmonies of #BDEEB6
Complementary color
Monochromatic Colors of #BDEEB6
Black with #BDEEB6
Text Example
Text Example
White with #BDEEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEEB6; }
p { color: rgb(189,238,182); }
H1.HeaderClassName
{
color: #BDEEB6;
}
.AnyTagClassName
{
color: #BDEEB6;
}
</style>
background-color css
<style>
a { background-color: #BDEEB6; }
a { background-color: rgb(189,238,182); }
div.DivClassName
{
background-color: #BDEEB6;
}
.BgClassName
{
background-color: #BDEEB6;
}
</style>
border-color css
<style>
span { border-color: #BDEEB6; }
span { border-color: rgb(189,238,182); }
td.TdClassName
{
border-color: #BDEEB6;
}
.TagClassName
{
border-color: #BDEEB6;
}
</style>