Shades of Madang #BDF5AD
Tints of Madang #BDF5AD
RGB
CMYK
RGB Variations
Color information
#BDF5AD (or 0xBDF5AD) is known color: Madang. HEX triplet: BD, F5 and AD. RGB value is (189,245,173). Sum of RGB (Red+Green+Blue) = 189+245+173=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 245 (96.09% from 255 or 40.36% from 607); Blue value is 173 (67.97% from 255 or 28.50% from 607); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF5AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF5AD is #420A52. Grayscale: #DCDCDC. Windows color (decimal): -4328019 or 11400637. OLE color: 11400637.
HSL color Cylindrical-coordinate representation of color #BDF5AD: hue angle of 106.67º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDF5AD is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 173 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.04 |
| HSL | 106.67º | 0.78% | 0.82% | - |
| HSV(B) | 106.67º | 0.29% | 0.96% | - |
| XYZ | 61.18 | 79.14 | 51.59 | - |
| YUV | 220.05 | 101.45 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 173 | 0.23 | 0 | 0.29 | 0.04 | 106.67 | 0.78 | 0.82 |
| Hex | BD | F5 | AD | 17 | 0 | 1D | 4 | 6B | 4E | 52 |
| Octal | 275 | 365 | 255 | 27 | 0 | 35 | 4 | 153 | 116 | 122 |
| Binary | 10111101 | 11110101 | 10101101 | 10111 | 0 | 11101 | 100 | 1101011 | 1001110 | 1010010 |
Color Harmonies of #BDF5AD
Complementary color
Monochromatic Colors of #BDF5AD
Black with #BDF5AD
Text Example
Text Example
White with #BDF5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF5AD; }
p { color: rgb(189,245,173); }
H1.HeaderClassName
{
color: #BDF5AD;
}
.AnyTagClassName
{
color: #BDF5AD;
}
</style>
background-color css
<style>
a { background-color: #BDF5AD; }
a { background-color: rgb(189,245,173); }
div.DivClassName
{
background-color: #BDF5AD;
}
.BgClassName
{
background-color: #BDF5AD;
}
</style>
border-color css
<style>
span { border-color: #BDF5AD; }
span { border-color: rgb(189,245,173); }
td.TdClassName
{
border-color: #BDF5AD;
}
.TagClassName
{
border-color: #BDF5AD;
}
</style>