Shades of Madang #BDEEAB
Tints of Madang #BDEEAB
RGB
CMYK
RGB Variations
Color information
#BDEEAB (or 0xBDEEAB) is known color: Madang. HEX triplet: BD, EE and AB. RGB value is (189,238,171). Sum of RGB (Red+Green+Blue) = 189+238+171=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 238 (93.36% from 255 or 39.80% from 598); Blue value is 171 (67.19% from 255 or 28.60% from 598); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEEAB is #421154. Grayscale: #D7D7D7. Windows color (decimal): -4329813 or 11267773. OLE color: 11267773.
HSL color Cylindrical-coordinate representation of color #BDEEAB: hue angle of 103.88º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDEEAB is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 238 | 171 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.07 |
| HSL | 103.88º | 0.66% | 0.8% | - |
| HSV(B) | 103.88º | 0.28% | 0.93% | - |
| XYZ | 58.91 | 74.91 | 49.88 | - |
| YUV | 215.71 | 102.77 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 238 | 171 | 0.21 | 0 | 0.28 | 0.07 | 103.88 | 0.66 | 0.8 |
| Hex | BD | EE | AB | 15 | 0 | 1C | 7 | 68 | 42 | 50 |
| Octal | 275 | 356 | 253 | 25 | 0 | 34 | 7 | 150 | 102 | 120 |
| Binary | 10111101 | 11101110 | 10101011 | 10101 | 0 | 11100 | 111 | 1101000 | 1000010 | 1010000 |
Color Harmonies of #BDEEAB
Complementary color
Monochromatic Colors of #BDEEAB
Black with #BDEEAB
Text Example
Text Example
White with #BDEEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEEAB; }
p { color: rgb(189,238,171); }
H1.HeaderClassName
{
color: #BDEEAB;
}
.AnyTagClassName
{
color: #BDEEAB;
}
</style>
background-color css
<style>
a { background-color: #BDEEAB; }
a { background-color: rgb(189,238,171); }
div.DivClassName
{
background-color: #BDEEAB;
}
.BgClassName
{
background-color: #BDEEAB;
}
</style>
border-color css
<style>
span { border-color: #BDEEAB; }
span { border-color: rgb(189,238,171); }
td.TdClassName
{
border-color: #BDEEAB;
}
.TagClassName
{
border-color: #BDEEAB;
}
</style>