Shades of Madang #BAFDB0
Tints of Madang #BAFDB0
RGB
CMYK
RGB Variations
Color information
#BAFDB0 (or 0xBAFDB0) is known color: Madang. HEX triplet: BA, FD and B0. RGB value is (186,253,176). Sum of RGB (Red+Green+Blue) = 186+253+176=615 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.24% from 615); Green value is 253 (99.22% from 255 or 41.14% from 615); Blue value is 176 (69.14% from 255 or 28.62% from 615); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFDB0 is #45024F. Grayscale: #E0E0E0. Windows color (decimal): -4522576 or 11599290. OLE color: 11599290.
HSL color Cylindrical-coordinate representation of color #BAFDB0: hue angle of 112.21º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAFDB0 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 253 | 176 | - |
| CMYK | 0.26 | 0 | 0.30 | 0.01 |
| HSL | 112.21º | 0.95% | 0.84% | - |
| HSV(B) | 112.21º | 0.3% | 0.99% | - |
| XYZ | 63.21 | 83.82 | 53.92 | - |
| YUV | 224.19 | 100.8 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 253 | 176 | 0.26 | 0 | 0.30 | 0.01 | 112.21 | 0.95 | 0.84 |
| Hex | BA | FD | B0 | 1A | 0 | 1E | 1 | 70 | 5F | 54 |
| Octal | 272 | 375 | 260 | 32 | 0 | 36 | 1 | 160 | 137 | 124 |
| Binary | 10111010 | 11111101 | 10110000 | 11010 | 0 | 11110 | 1 | 1110000 | 1011111 | 1010100 |
Color Harmonies of #BAFDB0
Complementary color
Monochromatic Colors of #BAFDB0
Black with #BAFDB0
Text Example
Text Example
White with #BAFDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFDB0; }
p { color: rgb(186,253,176); }
H1.HeaderClassName
{
color: #BAFDB0;
}
.AnyTagClassName
{
color: #BAFDB0;
}
</style>
background-color css
<style>
a { background-color: #BAFDB0; }
a { background-color: rgb(186,253,176); }
div.DivClassName
{
background-color: #BAFDB0;
}
.BgClassName
{
background-color: #BAFDB0;
}
</style>
border-color css
<style>
span { border-color: #BAFDB0; }
span { border-color: rgb(186,253,176); }
td.TdClassName
{
border-color: #BAFDB0;
}
.TagClassName
{
border-color: #BAFDB0;
}
</style>