Shades of Madang #BDFAB5
Tints of Madang #BDFAB5
RGB
CMYK
RGB Variations
Color information
#BDFAB5 (or 0xBDFAB5) is known color: Madang. HEX triplet: BD, FA and B5. RGB value is (189,250,181). Sum of RGB (Red+Green+Blue) = 189+250+181=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 181 (71.09% from 255 or 29.19% from 620); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFAB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFAB5 is #42054A. Grayscale: #E0E0E0. Windows color (decimal): -4326731 or 11926205. OLE color: 11926205.
HSL color Cylindrical-coordinate representation of color #BDFAB5: hue angle of 113.04º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDFAB5 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 250 | 181 | - |
| CMYK | 0.24 | 0 | 0.28 | 0.02 |
| HSL | 113.04º | 0.87% | 0.85% | - |
| HSV(B) | 113.04º | 0.28% | 0.98% | - |
| XYZ | 63.51 | 82.53 | 56.3 | - |
| YUV | 223.9 | 103.79 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 250 | 181 | 0.24 | 0 | 0.28 | 0.02 | 113.04 | 0.87 | 0.85 |
| Hex | BD | FA | B5 | 18 | 0 | 1C | 2 | 71 | 57 | 55 |
| Octal | 275 | 372 | 265 | 30 | 0 | 34 | 2 | 161 | 127 | 125 |
| Binary | 10111101 | 11111010 | 10110101 | 11000 | 0 | 11100 | 10 | 1110001 | 1010111 | 1010101 |
Color Harmonies of #BDFAB5
Complementary color
Monochromatic Colors of #BDFAB5
Black with #BDFAB5
Text Example
Text Example
White with #BDFAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFAB5; }
p { color: rgb(189,250,181); }
H1.HeaderClassName
{
color: #BDFAB5;
}
.AnyTagClassName
{
color: #BDFAB5;
}
</style>
background-color css
<style>
a { background-color: #BDFAB5; }
a { background-color: rgb(189,250,181); }
div.DivClassName
{
background-color: #BDFAB5;
}
.BgClassName
{
background-color: #BDFAB5;
}
</style>
border-color css
<style>
span { border-color: #BDFAB5; }
span { border-color: rgb(189,250,181); }
td.TdClassName
{
border-color: #BDFAB5;
}
.TagClassName
{
border-color: #BDFAB5;
}
</style>