Shades of Madang #BBFAA3
Tints of Madang #BBFAA3
RGB
CMYK
RGB Variations
Color information
#BBFAA3 (or 0xBBFAA3) is known color: Madang. HEX triplet: BB, FA and A3. RGB value is (187,250,163). Sum of RGB (Red+Green+Blue) = 187+250+163=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 250 (98.05% from 255 or 41.67% from 600); Blue value is 163 (64.06% from 255 or 27.17% from 600); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFAA3 is #44055C. Grayscale: #DDDDDD. Windows color (decimal): -4457821 or 10746555. OLE color: 10746555.
HSL color Cylindrical-coordinate representation of color #BBFAA3: hue angle of 103.45º 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 #BBFAA3 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 250 | 163 | - |
| CMYK | 0.25 | 0 | 0.35 | 0.02 |
| HSL | 103.45º | 0.9% | 0.81% | - |
| HSV(B) | 103.45º | 0.35% | 0.98% | - |
| XYZ | 61.29 | 81.58 | 47.17 | - |
| YUV | 221.25 | 95.13 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 250 | 163 | 0.25 | 0 | 0.35 | 0.02 | 103.45 | 0.9 | 0.81 |
| Hex | BB | FA | A3 | 19 | 0 | 23 | 2 | 67 | 5A | 51 |
| Octal | 273 | 372 | 243 | 31 | 0 | 43 | 2 | 147 | 132 | 121 |
| Binary | 10111011 | 11111010 | 10100011 | 11001 | 0 | 100011 | 10 | 1100111 | 1011010 | 1010001 |
Color Harmonies of #BBFAA3
Complementary color
Monochromatic Colors of #BBFAA3
Black with #BBFAA3
Text Example
Text Example
White with #BBFAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFAA3; }
p { color: rgb(187,250,163); }
H1.HeaderClassName
{
color: #BBFAA3;
}
.AnyTagClassName
{
color: #BBFAA3;
}
</style>
background-color css
<style>
a { background-color: #BBFAA3; }
a { background-color: rgb(187,250,163); }
div.DivClassName
{
background-color: #BBFAA3;
}
.BgClassName
{
background-color: #BBFAA3;
}
</style>
border-color css
<style>
span { border-color: #BBFAA3; }
span { border-color: rgb(187,250,163); }
td.TdClassName
{
border-color: #BBFAA3;
}
.TagClassName
{
border-color: #BBFAA3;
}
</style>