Shades of Madang #B1FAA3
Tints of Madang #B1FAA3
RGB
CMYK
RGB Variations
Color information
#B1FAA3 (or 0xB1FAA3) is known color: Madang. HEX triplet: B1, FA and A3. RGB value is (177,250,163). Sum of RGB (Red+Green+Blue) = 177+250+163=590 (78% of max value = 765). Red value is 177 (69.53% from 255 or 30% from 590); Green value is 250 (98.05% from 255 or 42.37% from 590); Blue value is 163 (64.06% from 255 or 27.63% from 590); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FAA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1FAA3 is #4E055C. Grayscale: #DADADA. Windows color (decimal): -5113181 or 10746545. OLE color: 10746545.
HSL color Cylindrical-coordinate representation of color #B1FAA3: hue angle of 110.34º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B1FAA3 is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 250 | 163 | - |
| CMYK | 0.29 | 0 | 0.35 | 0.02 |
| HSL | 110.34º | 0.9% | 0.81% | - |
| HSV(B) | 110.34º | 0.35% | 0.98% | - |
| XYZ | 58.93 | 80.36 | 47.06 | - |
| YUV | 218.26 | 96.82 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 250 | 163 | 0.29 | 0 | 0.35 | 0.02 | 110.34 | 0.9 | 0.81 |
| Hex | B1 | FA | A3 | 1D | 0 | 23 | 2 | 6E | 5A | 51 |
| Octal | 261 | 372 | 243 | 35 | 0 | 43 | 2 | 156 | 132 | 121 |
| Binary | 10110001 | 11111010 | 10100011 | 11101 | 0 | 100011 | 10 | 1101110 | 1011010 | 1010001 |
Color Harmonies of #B1FAA3
Complementary color
Monochromatic Colors of #B1FAA3
Black with #B1FAA3
Text Example
Text Example
White with #B1FAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FAA3; }
p { color: rgb(177,250,163); }
H1.HeaderClassName
{
color: #B1FAA3;
}
.AnyTagClassName
{
color: #B1FAA3;
}
</style>
background-color css
<style>
a { background-color: #B1FAA3; }
a { background-color: rgb(177,250,163); }
div.DivClassName
{
background-color: #B1FAA3;
}
.BgClassName
{
background-color: #B1FAA3;
}
</style>
border-color css
<style>
span { border-color: #B1FAA3; }
span { border-color: rgb(177,250,163); }
td.TdClassName
{
border-color: #B1FAA3;
}
.TagClassName
{
border-color: #B1FAA3;
}
</style>