Shades of Madang #BAFCB5
Tints of Madang #BAFCB5
RGB
CMYK
RGB Variations
Color information
#BAFCB5 (or 0xBAFCB5) is known color: Madang. HEX triplet: BA, FC and B5. RGB value is (186,252,181). Sum of RGB (Red+Green+Blue) = 186+252+181=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 252 (98.83% from 255 or 40.71% from 619); Blue value is 181 (71.09% from 255 or 29.24% from 619); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFCB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFCB5 is #45034A. Grayscale: #E0E0E0. Windows color (decimal): -4522827 or 11926714. OLE color: 11926714.
HSL color Cylindrical-coordinate representation of color #BAFCB5: hue angle of 115.77º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAFCB5 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 252 | 181 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.01 |
| HSL | 115.77º | 0.92% | 0.85% | - |
| HSV(B) | 115.77º | 0.28% | 0.99% | - |
| XYZ | 63.4 | 83.4 | 56.47 | - |
| YUV | 224.17 | 103.63 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 252 | 181 | 0.26 | 0 | 0.28 | 0.01 | 115.77 | 0.92 | 0.85 |
| Hex | BA | FC | B5 | 1A | 0 | 1C | 1 | 74 | 5C | 55 |
| Octal | 272 | 374 | 265 | 32 | 0 | 34 | 1 | 164 | 134 | 125 |
| Binary | 10111010 | 11111100 | 10110101 | 11010 | 0 | 11100 | 1 | 1110100 | 1011100 | 1010101 |
Color Harmonies of #BAFCB5
Complementary color
Monochromatic Colors of #BAFCB5
Black with #BAFCB5
Text Example
Text Example
White with #BAFCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFCB5; }
p { color: rgb(186,252,181); }
H1.HeaderClassName
{
color: #BAFCB5;
}
.AnyTagClassName
{
color: #BAFCB5;
}
</style>
background-color css
<style>
a { background-color: #BAFCB5; }
a { background-color: rgb(186,252,181); }
div.DivClassName
{
background-color: #BAFCB5;
}
.BgClassName
{
background-color: #BAFCB5;
}
</style>
border-color css
<style>
span { border-color: #BAFCB5; }
span { border-color: rgb(186,252,181); }
td.TdClassName
{
border-color: #BAFCB5;
}
.TagClassName
{
border-color: #BAFCB5;
}
</style>