Shades of Madang #BBE1A2
Tints of Madang #BBE1A2
RGB
CMYK
RGB Variations
Color information
#BBE1A2 (or 0xBBE1A2) is known color: Madang. HEX triplet: BB, E1 and A2. RGB value is (187,225,162). Sum of RGB (Red+Green+Blue) = 187+225+162=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 225 (88.28% from 255 or 39.20% from 574); Blue value is 162 (63.67% from 255 or 28.22% from 574); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE1A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBE1A2 is #441E5D. Grayscale: #CECECE. Windows color (decimal): -4464222 or 10674619. OLE color: 10674619.
HSL color Cylindrical-coordinate representation of color #BBE1A2: hue angle of 96.19º degrees, saturation: 0.51, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBE1A2 is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 225 | 162 | - |
| CMYK | 0.17 | 0 | 0.28 | 0.12 |
| HSL | 96.19º | 0.51% | 0.76% | - |
| HSV(B) | 96.19º | 0.28% | 0.88% | - |
| XYZ | 53.94 | 67.02 | 44.28 | - |
| YUV | 206.46 | 102.91 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 225 | 162 | 0.17 | 0 | 0.28 | 0.12 | 96.19 | 0.51 | 0.76 |
| Hex | BB | E1 | A2 | 11 | 0 | 1C | C | 60 | 33 | 4C |
| Octal | 273 | 341 | 242 | 21 | 0 | 34 | 14 | 140 | 63 | 114 |
| Binary | 10111011 | 11100001 | 10100010 | 10001 | 0 | 11100 | 1100 | 1100000 | 110011 | 1001100 |
Color Harmonies of #BBE1A2
Complementary color
Monochromatic Colors of #BBE1A2
Black with #BBE1A2
Text Example
Text Example
White with #BBE1A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE1A2; }
p { color: rgb(187,225,162); }
H1.HeaderClassName
{
color: #BBE1A2;
}
.AnyTagClassName
{
color: #BBE1A2;
}
</style>
background-color css
<style>
a { background-color: #BBE1A2; }
a { background-color: rgb(187,225,162); }
div.DivClassName
{
background-color: #BBE1A2;
}
.BgClassName
{
background-color: #BBE1A2;
}
</style>
border-color css
<style>
span { border-color: #BBE1A2; }
span { border-color: rgb(187,225,162); }
td.TdClassName
{
border-color: #BBE1A2;
}
.TagClassName
{
border-color: #BBE1A2;
}
</style>