Shades of Madang #BDF4AF
Tints of Madang #BDF4AF
RGB
CMYK
RGB Variations
Color information
#BDF4AF (or 0xBDF4AF) is known color: Madang. HEX triplet: BD, F4 and AF. RGB value is (189,244,175). Sum of RGB (Red+Green+Blue) = 189+244+175=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 244 (95.70% from 255 or 40.13% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF4AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF4AF is #420B50. Grayscale: #DBDBDB. Windows color (decimal): -4328273 or 11531453. OLE color: 11531453.
HSL color Cylindrical-coordinate representation of color #BDF4AF: hue angle of 107.83º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDF4AF is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 175 | - |
| CMYK | 0.23 | 0 | 0.28 | 0.04 |
| HSL | 107.83º | 0.76% | 0.82% | - |
| HSV(B) | 107.83º | 0.28% | 0.96% | - |
| XYZ | 61.07 | 78.62 | 52.51 | - |
| YUV | 219.69 | 102.78 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 175 | 0.23 | 0 | 0.28 | 0.04 | 107.83 | 0.76 | 0.82 |
| Hex | BD | F4 | AF | 17 | 0 | 1C | 4 | 6C | 4C | 52 |
| Octal | 275 | 364 | 257 | 27 | 0 | 34 | 4 | 154 | 114 | 122 |
| Binary | 10111101 | 11110100 | 10101111 | 10111 | 0 | 11100 | 100 | 1101100 | 1001100 | 1010010 |
Color Harmonies of #BDF4AF
Complementary color
Monochromatic Colors of #BDF4AF
Black with #BDF4AF
Text Example
Text Example
White with #BDF4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF4AF; }
p { color: rgb(189,244,175); }
H1.HeaderClassName
{
color: #BDF4AF;
}
.AnyTagClassName
{
color: #BDF4AF;
}
</style>
background-color css
<style>
a { background-color: #BDF4AF; }
a { background-color: rgb(189,244,175); }
div.DivClassName
{
background-color: #BDF4AF;
}
.BgClassName
{
background-color: #BDF4AF;
}
</style>
border-color css
<style>
span { border-color: #BDF4AF; }
span { border-color: rgb(189,244,175); }
td.TdClassName
{
border-color: #BDF4AF;
}
.TagClassName
{
border-color: #BDF4AF;
}
</style>