Shades of Madang #BDF2AF
Tints of Madang #BDF2AF
RGB
CMYK
RGB Variations
Color information
#BDF2AF (or 0xBDF2AF) is known color: Madang. HEX triplet: BD, F2 and AF. RGB value is (189,242,175). Sum of RGB (Red+Green+Blue) = 189+242+175=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 242 (94.92% from 255 or 39.93% from 606); Blue value is 175 (68.75% from 255 or 28.88% from 606); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF2AF is #420D50. Grayscale: #DADADA. Windows color (decimal): -4328785 or 11530941. OLE color: 11530941.
HSL color Cylindrical-coordinate representation of color #BDF2AF: hue angle of 107.46º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDF2AF is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 175 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.05 |
| HSL | 107.46º | 0.72% | 0.82% | - |
| HSV(B) | 107.46º | 0.28% | 0.95% | - |
| XYZ | 60.48 | 77.42 | 52.31 | - |
| YUV | 218.52 | 103.44 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 175 | 0.22 | 0 | 0.28 | 0.05 | 107.46 | 0.72 | 0.82 |
| Hex | BD | F2 | AF | 16 | 0 | 1C | 5 | 6B | 48 | 52 |
| Octal | 275 | 362 | 257 | 26 | 0 | 34 | 5 | 153 | 110 | 122 |
| Binary | 10111101 | 11110010 | 10101111 | 10110 | 0 | 11100 | 101 | 1101011 | 1001000 | 1010010 |
Color Harmonies of #BDF2AF
Complementary color
Monochromatic Colors of #BDF2AF
Black with #BDF2AF
Text Example
Text Example
White with #BDF2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF2AF; }
p { color: rgb(189,242,175); }
H1.HeaderClassName
{
color: #BDF2AF;
}
.AnyTagClassName
{
color: #BDF2AF;
}
</style>
background-color css
<style>
a { background-color: #BDF2AF; }
a { background-color: rgb(189,242,175); }
div.DivClassName
{
background-color: #BDF2AF;
}
.BgClassName
{
background-color: #BDF2AF;
}
</style>
border-color css
<style>
span { border-color: #BDF2AF; }
span { border-color: rgb(189,242,175); }
td.TdClassName
{
border-color: #BDF2AF;
}
.TagClassName
{
border-color: #BDF2AF;
}
</style>