Shades of Madang #BDF9AD
Tints of Madang #BDF9AD
RGB
CMYK
RGB Variations
Color information
#BDF9AD (or 0xBDF9AD) is known color: Madang. HEX triplet: BD, F9 and AD. RGB value is (189,249,173). Sum of RGB (Red+Green+Blue) = 189+249+173=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 249 (97.66% from 255 or 40.75% from 611); Blue value is 173 (67.97% from 255 or 28.31% from 611); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF9AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF9AD is #420652. Grayscale: #DEDEDE. Windows color (decimal): -4326995 or 11401661. OLE color: 11401661.
HSL color Cylindrical-coordinate representation of color #BDF9AD: hue angle of 107.37º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDF9AD is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 173 | - |
| CMYK | 0.24 | 0 | 0.31 | 0.02 |
| HSL | 107.37º | 0.86% | 0.83% | - |
| HSV(B) | 107.37º | 0.31% | 0.98% | - |
| XYZ | 62.4 | 81.59 | 51.99 | - |
| YUV | 222.4 | 100.12 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 173 | 0.24 | 0 | 0.31 | 0.02 | 107.37 | 0.86 | 0.83 |
| Hex | BD | F9 | AD | 18 | 0 | 1F | 2 | 6B | 56 | 53 |
| Octal | 275 | 371 | 255 | 30 | 0 | 37 | 2 | 153 | 126 | 123 |
| Binary | 10111101 | 11111001 | 10101101 | 11000 | 0 | 11111 | 10 | 1101011 | 1010110 | 1010011 |
Color Harmonies of #BDF9AD
Complementary color
Monochromatic Colors of #BDF9AD
Black with #BDF9AD
Text Example
Text Example
White with #BDF9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF9AD; }
p { color: rgb(189,249,173); }
H1.HeaderClassName
{
color: #BDF9AD;
}
.AnyTagClassName
{
color: #BDF9AD;
}
</style>
background-color css
<style>
a { background-color: #BDF9AD; }
a { background-color: rgb(189,249,173); }
div.DivClassName
{
background-color: #BDF9AD;
}
.BgClassName
{
background-color: #BDF9AD;
}
</style>
border-color css
<style>
span { border-color: #BDF9AD; }
span { border-color: rgb(189,249,173); }
td.TdClassName
{
border-color: #BDF9AD;
}
.TagClassName
{
border-color: #BDF9AD;
}
</style>