Shades of Madang #BDEFAB
Tints of Madang #BDEFAB
RGB
CMYK
RGB Variations
Color information
#BDEFAB (or 0xBDEFAB) is known color: Madang. HEX triplet: BD, EF and AB. RGB value is (189,239,171). Sum of RGB (Red+Green+Blue) = 189+239+171=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 239 (93.75% from 255 or 39.90% from 599); Blue value is 171 (67.19% from 255 or 28.55% from 599); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEFAB is #421054. Grayscale: #D8D8D8. Windows color (decimal): -4329557 or 11268029. OLE color: 11268029.
HSL color Cylindrical-coordinate representation of color #BDEFAB: hue angle of 104.12º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDEFAB is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 171 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.06 |
| HSL | 104.12º | 0.68% | 0.8% | - |
| HSV(B) | 104.12º | 0.28% | 0.94% | - |
| XYZ | 59.2 | 75.49 | 49.98 | - |
| YUV | 216.3 | 102.44 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 171 | 0.21 | 0 | 0.28 | 0.06 | 104.12 | 0.68 | 0.8 |
| Hex | BD | EF | AB | 15 | 0 | 1C | 6 | 68 | 44 | 50 |
| Octal | 275 | 357 | 253 | 25 | 0 | 34 | 6 | 150 | 104 | 120 |
| Binary | 10111101 | 11101111 | 10101011 | 10101 | 0 | 11100 | 110 | 1101000 | 1000100 | 1010000 |
Color Harmonies of #BDEFAB
Complementary color
Monochromatic Colors of #BDEFAB
Black with #BDEFAB
Text Example
Text Example
White with #BDEFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEFAB; }
p { color: rgb(189,239,171); }
H1.HeaderClassName
{
color: #BDEFAB;
}
.AnyTagClassName
{
color: #BDEFAB;
}
</style>
background-color css
<style>
a { background-color: #BDEFAB; }
a { background-color: rgb(189,239,171); }
div.DivClassName
{
background-color: #BDEFAB;
}
.BgClassName
{
background-color: #BDEFAB;
}
</style>
border-color css
<style>
span { border-color: #BDEFAB; }
span { border-color: rgb(189,239,171); }
td.TdClassName
{
border-color: #BDEFAB;
}
.TagClassName
{
border-color: #BDEFAB;
}
</style>