Shades of Madang #BAF4B5
Tints of Madang #BAF4B5
RGB
CMYK
RGB Variations
Color information
#BAF4B5 (or 0xBAF4B5) is known color: Madang. HEX triplet: BA, F4 and B5. RGB value is (186,244,181). Sum of RGB (Red+Green+Blue) = 186+244+181=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 244 (95.70% from 255 or 39.93% from 611); Blue value is 181 (71.09% from 255 or 29.62% from 611); Max value from RGB is 244 - color contains mainly: green. Hex color #BAF4B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF4B5 is #450B4A. Grayscale: #DBDBDB. Windows color (decimal): -4524875 or 11924666. OLE color: 11924666.
HSL color Cylindrical-coordinate representation of color #BAF4B5: hue angle of 115.24º degrees, saturation: 0.74, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAF4B5 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 244 | 181 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.04 |
| HSL | 115.24º | 0.74% | 0.83% | - |
| HSV(B) | 115.24º | 0.26% | 0.96% | - |
| XYZ | 60.94 | 78.48 | 55.65 | - |
| YUV | 219.48 | 106.28 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 244 | 181 | 0.24 | 0 | 0.26 | 0.04 | 115.24 | 0.74 | 0.83 |
| Hex | BA | F4 | B5 | 18 | 0 | 1A | 4 | 73 | 4A | 53 |
| Octal | 272 | 364 | 265 | 30 | 0 | 32 | 4 | 163 | 112 | 123 |
| Binary | 10111010 | 11110100 | 10110101 | 11000 | 0 | 11010 | 100 | 1110011 | 1001010 | 1010011 |
Color Harmonies of #BAF4B5
Complementary color
Monochromatic Colors of #BAF4B5
Black with #BAF4B5
Text Example
Text Example
White with #BAF4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF4B5; }
p { color: rgb(186,244,181); }
H1.HeaderClassName
{
color: #BAF4B5;
}
.AnyTagClassName
{
color: #BAF4B5;
}
</style>
background-color css
<style>
a { background-color: #BAF4B5; }
a { background-color: rgb(186,244,181); }
div.DivClassName
{
background-color: #BAF4B5;
}
.BgClassName
{
background-color: #BAF4B5;
}
</style>
border-color css
<style>
span { border-color: #BAF4B5; }
span { border-color: rgb(186,244,181); }
td.TdClassName
{
border-color: #BAF4B5;
}
.TagClassName
{
border-color: #BAF4B5;
}
</style>