Shades of Madang #BDDFAC
Tints of Madang #BDDFAC
RGB
CMYK
RGB Variations
Color information
#BDDFAC (or 0xBDDFAC) is known color: Madang. HEX triplet: BD, DF and AC. RGB value is (189,223,172). Sum of RGB (Red+Green+Blue) = 189+223+172=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 172 (67.58% from 255 or 29.45% from 584); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDFAC is #422053. Grayscale: #CFCFCF. Windows color (decimal): -4333652 or 11329469. OLE color: 11329469.
HSL color Cylindrical-coordinate representation of color #BDDFAC: hue angle of 100º degrees, saturation: 0.44, 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 #BDDFAC is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 172 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.13 |
| HSL | 100º | 0.44% | 0.77% | - |
| HSV(B) | 100º | 0.23% | 0.87% | - |
| XYZ | 54.82 | 66.57 | 48.99 | - |
| YUV | 207.02 | 108.24 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 172 | 0.15 | 0 | 0.23 | 0.13 | 100 | 0.44 | 0.77 |
| Hex | BD | DF | AC | F | 0 | 17 | D | 64 | 2C | 4D |
| Octal | 275 | 337 | 254 | 17 | 0 | 27 | 15 | 144 | 54 | 115 |
| Binary | 10111101 | 11011111 | 10101100 | 1111 | 0 | 10111 | 1101 | 1100100 | 101100 | 1001101 |
Color Harmonies of #BDDFAC
Complementary color
Monochromatic Colors of #BDDFAC
Black with #BDDFAC
Text Example
Text Example
White with #BDDFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDFAC; }
p { color: rgb(189,223,172); }
H1.HeaderClassName
{
color: #BDDFAC;
}
.AnyTagClassName
{
color: #BDDFAC;
}
</style>
background-color css
<style>
a { background-color: #BDDFAC; }
a { background-color: rgb(189,223,172); }
div.DivClassName
{
background-color: #BDDFAC;
}
.BgClassName
{
background-color: #BDDFAC;
}
</style>
border-color css
<style>
span { border-color: #BDDFAC; }
span { border-color: rgb(189,223,172); }
td.TdClassName
{
border-color: #BDDFAC;
}
.TagClassName
{
border-color: #BDDFAC;
}
</style>