Shades of Madang #BDF5AF
Tints of Madang #BDF5AF
RGB
CMYK
RGB Variations
Color information
#BDF5AF (or 0xBDF5AF) is known color: Madang. HEX triplet: BD, F5 and AF. RGB value is (189,245,175). Sum of RGB (Red+Green+Blue) = 189+245+175=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 245 (96.09% from 255 or 40.23% from 609); Blue value is 175 (68.75% from 255 or 28.74% from 609); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF5AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF5AF is #420A50. Grayscale: #DCDCDC. Windows color (decimal): -4328017 or 11531709. OLE color: 11531709.
HSL color Cylindrical-coordinate representation of color #BDF5AF: hue angle of 108º 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 #BDF5AF is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 175 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.04 |
| HSL | 108º | 0.78% | 0.82% | - |
| HSV(B) | 108º | 0.29% | 0.96% | - |
| XYZ | 61.38 | 79.22 | 52.61 | - |
| YUV | 220.28 | 102.45 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 175 | 0.23 | 0 | 0.29 | 0.04 | 108 | 0.78 | 0.82 |
| Hex | BD | F5 | AF | 17 | 0 | 1D | 4 | 6C | 4E | 52 |
| Octal | 275 | 365 | 257 | 27 | 0 | 35 | 4 | 154 | 116 | 122 |
| Binary | 10111101 | 11110101 | 10101111 | 10111 | 0 | 11101 | 100 | 1101100 | 1001110 | 1010010 |
Color Harmonies of #BDF5AF
Complementary color
Monochromatic Colors of #BDF5AF
Black with #BDF5AF
Text Example
Text Example
White with #BDF5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF5AF; }
p { color: rgb(189,245,175); }
H1.HeaderClassName
{
color: #BDF5AF;
}
.AnyTagClassName
{
color: #BDF5AF;
}
</style>
background-color css
<style>
a { background-color: #BDF5AF; }
a { background-color: rgb(189,245,175); }
div.DivClassName
{
background-color: #BDF5AF;
}
.BgClassName
{
background-color: #BDF5AF;
}
</style>
border-color css
<style>
span { border-color: #BDF5AF; }
span { border-color: rgb(189,245,175); }
td.TdClassName
{
border-color: #BDF5AF;
}
.TagClassName
{
border-color: #BDF5AF;
}
</style>