Shades of Madang #B2FAAB
Tints of Madang #B2FAAB
RGB
CMYK
RGB Variations
Color information
#B2FAAB (or 0xB2FAAB) is known color: Madang. HEX triplet: B2, FA and AB. RGB value is (178,250,171). Sum of RGB (Red+Green+Blue) = 178+250+171=599 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.72% from 599); Green value is 250 (98.05% from 255 or 41.74% from 599); Blue value is 171 (67.19% from 255 or 28.55% from 599); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FAAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FAAB is #4D0554. Grayscale: #DBDBDB. Windows color (decimal): -5047637 or 11270834. OLE color: 11270834.
HSL color Cylindrical-coordinate representation of color #B2FAAB: hue angle of 114.68º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B2FAAB is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 250 | 171 | - |
| CMYK | 0.29 | 0 | 0.32 | 0.02 |
| HSL | 114.68º | 0.89% | 0.83% | - |
| HSV(B) | 114.68º | 0.32% | 0.98% | - |
| XYZ | 59.9 | 80.78 | 50.96 | - |
| YUV | 219.47 | 100.65 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 250 | 171 | 0.29 | 0 | 0.32 | 0.02 | 114.68 | 0.89 | 0.83 |
| Hex | B2 | FA | AB | 1D | 0 | 20 | 2 | 73 | 59 | 53 |
| Octal | 262 | 372 | 253 | 35 | 0 | 40 | 2 | 163 | 131 | 123 |
| Binary | 10110010 | 11111010 | 10101011 | 11101 | 0 | 100000 | 10 | 1110011 | 1011001 | 1010011 |
Color Harmonies of #B2FAAB
Complementary color
Monochromatic Colors of #B2FAAB
Black with #B2FAAB
Text Example
Text Example
White with #B2FAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FAAB; }
p { color: rgb(178,250,171); }
H1.HeaderClassName
{
color: #B2FAAB;
}
.AnyTagClassName
{
color: #B2FAAB;
}
</style>
background-color css
<style>
a { background-color: #B2FAAB; }
a { background-color: rgb(178,250,171); }
div.DivClassName
{
background-color: #B2FAAB;
}
.BgClassName
{
background-color: #B2FAAB;
}
</style>
border-color css
<style>
span { border-color: #B2FAAB; }
span { border-color: rgb(178,250,171); }
td.TdClassName
{
border-color: #B2FAAB;
}
.TagClassName
{
border-color: #B2FAAB;
}
</style>