Shades of Madang #BDEEB5
Tints of Madang #BDEEB5
RGB
CMYK
RGB Variations
Color information
#BDEEB5 (or 0xBDEEB5) is known color: Madang. HEX triplet: BD, EE and B5. RGB value is (189,238,181). Sum of RGB (Red+Green+Blue) = 189+238+181=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 238 (93.36% from 255 or 39.14% from 608); Blue value is 181 (71.09% from 255 or 29.77% from 608); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEEB5 is #42114A. Grayscale: #D9D9D9. Windows color (decimal): -4329803 or 11923133. OLE color: 11923133.
HSL color Cylindrical-coordinate representation of color #BDEEB5: hue angle of 111.58º degrees, saturation: 0.63, 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 #BDEEB5 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 238 | 181 | - |
| CMYK | 0.21 | 0 | 0.24 | 0.07 |
| HSL | 111.58º | 0.63% | 0.82% | - |
| HSV(B) | 111.58º | 0.24% | 0.93% | - |
| XYZ | 59.9 | 75.3 | 55.09 | - |
| YUV | 216.85 | 107.77 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 238 | 181 | 0.21 | 0 | 0.24 | 0.07 | 111.58 | 0.63 | 0.82 |
| Hex | BD | EE | B5 | 15 | 0 | 18 | 7 | 70 | 3F | 52 |
| Octal | 275 | 356 | 265 | 25 | 0 | 30 | 7 | 160 | 77 | 122 |
| Binary | 10111101 | 11101110 | 10110101 | 10101 | 0 | 11000 | 111 | 1110000 | 111111 | 1010010 |
Color Harmonies of #BDEEB5
Complementary color
Monochromatic Colors of #BDEEB5
Black with #BDEEB5
Text Example
Text Example
White with #BDEEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEEB5; }
p { color: rgb(189,238,181); }
H1.HeaderClassName
{
color: #BDEEB5;
}
.AnyTagClassName
{
color: #BDEEB5;
}
</style>
background-color css
<style>
a { background-color: #BDEEB5; }
a { background-color: rgb(189,238,181); }
div.DivClassName
{
background-color: #BDEEB5;
}
.BgClassName
{
background-color: #BDEEB5;
}
</style>
border-color css
<style>
span { border-color: #BDEEB5; }
span { border-color: rgb(189,238,181); }
td.TdClassName
{
border-color: #BDEEB5;
}
.TagClassName
{
border-color: #BDEEB5;
}
</style>