Shades of Madang #BDF9AF
Tints of Madang #BDF9AF
RGB
CMYK
RGB Variations
Color information
#BDF9AF (or 0xBDF9AF) is known color: Madang. HEX triplet: BD, F9 and AF. RGB value is (189,249,175). Sum of RGB (Red+Green+Blue) = 189+249+175=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 249 (97.66% from 255 or 40.62% from 613); Blue value is 175 (68.75% from 255 or 28.55% from 613); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF9AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF9AF is #420650. Grayscale: #DEDEDE. Windows color (decimal): -4326993 or 11532733. OLE color: 11532733.
HSL color Cylindrical-coordinate representation of color #BDF9AF: hue angle of 108.65º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDF9AF is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 175 | - |
| CMYK | 0.24 | 0 | 0.30 | 0.02 |
| HSL | 108.65º | 0.86% | 0.83% | - |
| HSV(B) | 108.65º | 0.3% | 0.98% | - |
| XYZ | 62.6 | 81.67 | 53.02 | - |
| YUV | 222.62 | 101.12 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 175 | 0.24 | 0 | 0.30 | 0.02 | 108.65 | 0.86 | 0.83 |
| Hex | BD | F9 | AF | 18 | 0 | 1E | 2 | 6D | 56 | 53 |
| Octal | 275 | 371 | 257 | 30 | 0 | 36 | 2 | 155 | 126 | 123 |
| Binary | 10111101 | 11111001 | 10101111 | 11000 | 0 | 11110 | 10 | 1101101 | 1010110 | 1010011 |
Color Harmonies of #BDF9AF
Complementary color
Monochromatic Colors of #BDF9AF
Black with #BDF9AF
Text Example
Text Example
White with #BDF9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF9AF; }
p { color: rgb(189,249,175); }
H1.HeaderClassName
{
color: #BDF9AF;
}
.AnyTagClassName
{
color: #BDF9AF;
}
</style>
background-color css
<style>
a { background-color: #BDF9AF; }
a { background-color: rgb(189,249,175); }
div.DivClassName
{
background-color: #BDF9AF;
}
.BgClassName
{
background-color: #BDF9AF;
}
</style>
border-color css
<style>
span { border-color: #BDF9AF; }
span { border-color: rgb(189,249,175); }
td.TdClassName
{
border-color: #BDF9AF;
}
.TagClassName
{
border-color: #BDF9AF;
}
</style>