Shades of Madang #BAFFB4
Tints of Madang #BAFFB4
RGB
CMYK
RGB Variations
Color information
#BAFFB4 (or 0xBAFFB4) is known color: Madang. HEX triplet: BA, FF and B4. RGB value is (186,255,180). Sum of RGB (Red+Green+Blue) = 186+255+180=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 180 (70.70% from 255 or 28.99% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFFB4 is #45004B. Grayscale: #E2E2E2. Windows color (decimal): -4522060 or 11861946. OLE color: 11861946.
HSL color Cylindrical-coordinate representation of color #BAFFB4: hue angle of 115.2º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAFFB4 is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 180 | - |
| CMYK | 0.27 | 0 | 0.29 | 0 |
| HSL | 115.2º | 1% | 0.85% | - |
| HSV(B) | 115.2º | 0.29% | 1% | - |
| XYZ | 64.25 | 85.25 | 56.25 | - |
| YUV | 225.82 | 102.14 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 180 | 0.27 | 0 | 0.29 | 0 | 115.2 | 1 | 0.85 |
| Hex | BA | FF | B4 | 1B | 0 | 1D | 0 | 73 | 64 | 55 |
| Octal | 272 | 377 | 264 | 33 | 0 | 35 | 0 | 163 | 144 | 125 |
| Binary | 10111010 | 11111111 | 10110100 | 11011 | 0 | 11101 | 0 | 1110011 | 1100100 | 1010101 |
Color Harmonies of #BAFFB4
Complementary color
Monochromatic Colors of #BAFFB4
Black with #BAFFB4
Text Example
Text Example
White with #BAFFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFFB4; }
p { color: rgb(186,255,180); }
H1.HeaderClassName
{
color: #BAFFB4;
}
.AnyTagClassName
{
color: #BAFFB4;
}
</style>
background-color css
<style>
a { background-color: #BAFFB4; }
a { background-color: rgb(186,255,180); }
div.DivClassName
{
background-color: #BAFFB4;
}
.BgClassName
{
background-color: #BAFFB4;
}
</style>
border-color css
<style>
span { border-color: #BAFFB4; }
span { border-color: rgb(186,255,180); }
td.TdClassName
{
border-color: #BAFFB4;
}
.TagClassName
{
border-color: #BAFFB4;
}
</style>