Shades of Madang #BDFAB3
Tints of Madang #BDFAB3
RGB
CMYK
RGB Variations
Color information
#BDFAB3 (or 0xBDFAB3) is known color: Madang. HEX triplet: BD, FA and B3. RGB value is (189,250,179). Sum of RGB (Red+Green+Blue) = 189+250+179=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 250 (98.05% from 255 or 40.45% from 618); Blue value is 179 (70.31% from 255 or 28.96% from 618); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFAB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFAB3 is #42054C. Grayscale: #DFDFDF. Windows color (decimal): -4326733 or 11795133. OLE color: 11795133.
HSL color Cylindrical-coordinate representation of color #BDFAB3: hue angle of 111.55º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDFAB3 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 250 | 179 | - |
| CMYK | 0.24 | 0 | 0.28 | 0.02 |
| HSL | 111.55º | 0.88% | 0.84% | - |
| HSV(B) | 111.55º | 0.28% | 0.98% | - |
| XYZ | 63.31 | 82.44 | 55.22 | - |
| YUV | 223.67 | 102.79 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 250 | 179 | 0.24 | 0 | 0.28 | 0.02 | 111.55 | 0.88 | 0.84 |
| Hex | BD | FA | B3 | 18 | 0 | 1C | 2 | 70 | 58 | 54 |
| Octal | 275 | 372 | 263 | 30 | 0 | 34 | 2 | 160 | 130 | 124 |
| Binary | 10111101 | 11111010 | 10110011 | 11000 | 0 | 11100 | 10 | 1110000 | 1011000 | 1010100 |
Color Harmonies of #BDFAB3
Complementary color
Monochromatic Colors of #BDFAB3
Black with #BDFAB3
Text Example
Text Example
White with #BDFAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFAB3; }
p { color: rgb(189,250,179); }
H1.HeaderClassName
{
color: #BDFAB3;
}
.AnyTagClassName
{
color: #BDFAB3;
}
</style>
background-color css
<style>
a { background-color: #BDFAB3; }
a { background-color: rgb(189,250,179); }
div.DivClassName
{
background-color: #BDFAB3;
}
.BgClassName
{
background-color: #BDFAB3;
}
</style>
border-color css
<style>
span { border-color: #BDFAB3; }
span { border-color: rgb(189,250,179); }
td.TdClassName
{
border-color: #BDFAB3;
}
.TagClassName
{
border-color: #BDFAB3;
}
</style>