Shades of Madang #BDDFAB
Tints of Madang #BDDFAB
RGB
CMYK
RGB Variations
Color information
#BDDFAB (or 0xBDDFAB) is known color: Madang. HEX triplet: BD, DF and AB. RGB value is (189,223,171). Sum of RGB (Red+Green+Blue) = 189+223+171=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 171 (67.19% from 255 or 29.33% from 583); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDFAB is #422054. Grayscale: #CFCFCF. Windows color (decimal): -4333653 or 11263933. OLE color: 11263933.
HSL color Cylindrical-coordinate representation of color #BDDFAB: hue angle of 99.23º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDDFAB is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 171 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.13 |
| HSL | 99.23º | 0.45% | 0.77% | - |
| HSV(B) | 99.23º | 0.23% | 0.87% | - |
| XYZ | 54.72 | 66.53 | 48.49 | - |
| YUV | 206.91 | 107.74 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 171 | 0.15 | 0 | 0.23 | 0.13 | 99.23 | 0.45 | 0.77 |
| Hex | BD | DF | AB | F | 0 | 17 | D | 63 | 2D | 4D |
| Octal | 275 | 337 | 253 | 17 | 0 | 27 | 15 | 143 | 55 | 115 |
| Binary | 10111101 | 11011111 | 10101011 | 1111 | 0 | 10111 | 1101 | 1100011 | 101101 | 1001101 |
Color Harmonies of #BDDFAB
Complementary color
Monochromatic Colors of #BDDFAB
Black with #BDDFAB
Text Example
Text Example
White with #BDDFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDFAB; }
p { color: rgb(189,223,171); }
H1.HeaderClassName
{
color: #BDDFAB;
}
.AnyTagClassName
{
color: #BDDFAB;
}
</style>
background-color css
<style>
a { background-color: #BDDFAB; }
a { background-color: rgb(189,223,171); }
div.DivClassName
{
background-color: #BDDFAB;
}
.BgClassName
{
background-color: #BDDFAB;
}
</style>
border-color css
<style>
span { border-color: #BDDFAB; }
span { border-color: rgb(189,223,171); }
td.TdClassName
{
border-color: #BDDFAB;
}
.TagClassName
{
border-color: #BDDFAB;
}
</style>