Shades of Madang #BAFDB4
Tints of Madang #BAFDB4
RGB
CMYK
RGB Variations
Color information
#BAFDB4 (or 0xBAFDB4) is known color: Madang. HEX triplet: BA, FD and B4. RGB value is (186,253,180). Sum of RGB (Red+Green+Blue) = 186+253+180=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 253 (99.22% from 255 or 40.87% from 619); Blue value is 180 (70.70% from 255 or 29.08% from 619); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFDB4 is #45024B. Grayscale: #E0E0E0. Windows color (decimal): -4522572 or 11861434. OLE color: 11861434.
HSL color Cylindrical-coordinate representation of color #BAFDB4: hue angle of 115.07º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAFDB4 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
RGB | 186 | 253 | 180 | - |
CMYK | 0.26 | 0 | 0.29 | 0.01 |
HSL | 115.07º | 0.95% | 0.85% | - |
HSV(B) | 115.07º | 0.29% | 0.99% | - |
XYZ | 63.61 | 83.98 | 56.04 | - |
YUV | 224.65 | 102.8 | 100.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 253 | 180 | 0.26 | 0 | 0.29 | 0.01 | 115.07 | 0.95 | 0.85 |
Hex | BA | FD | B4 | 1A | 0 | 1D | 1 | 73 | 5F | 55 |
Octal | 272 | 375 | 264 | 32 | 0 | 35 | 1 | 163 | 137 | 125 |
Binary | 10111010 | 11111101 | 10110100 | 11010 | 0 | 11101 | 1 | 1110011 | 1011111 | 1010101 |
Color Harmonies of #BAFDB4
Complementary color
Monochromatic Colors of #BAFDB4
Black with #BAFDB4
Text Example
Text Example
White with #BAFDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFDB4; }
p { color: rgb(186,253,180); }
H1.HeaderClassName
{
color: #BAFDB4;
}
.AnyTagClassName
{
color: #BAFDB4;
}
</style>
background-color css
<style>
a { background-color: #BAFDB4; }
a { background-color: rgb(186,253,180); }
div.DivClassName
{
background-color: #BAFDB4;
}
.BgClassName
{
background-color: #BAFDB4;
}
</style>
border-color css
<style>
span { border-color: #BAFDB4; }
span { border-color: rgb(186,253,180); }
td.TdClassName
{
border-color: #BAFDB4;
}
.TagClassName
{
border-color: #BAFDB4;
}
</style>