Shades of Madang #BBE1B4
Tints of Madang #BBE1B4
RGB
CMYK
RGB Variations
Color information
#BBE1B4 (or 0xBBE1B4) is known color: Madang. HEX triplet: BB, E1 and B4. RGB value is (187,225,180). Sum of RGB (Red+Green+Blue) = 187+225+180=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 225 (88.28% from 255 or 38.01% from 592); Blue value is 180 (70.70% from 255 or 30.41% from 592); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE1B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE1B4 is #441E4B. Grayscale: #D0D0D0. Windows color (decimal): -4464204 or 11854267. OLE color: 11854267.
HSL color Cylindrical-coordinate representation of color #BBE1B4: hue angle of 110.67º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBE1B4 is Cyan = 0.17, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 225 | 180 | - |
| CMYK | 0.17 | 0 | 0.2 | 0.12 |
| HSL | 110.67º | 0.43% | 0.79% | - |
| HSV(B) | 110.67º | 0.2% | 0.88% | - |
| XYZ | 55.66 | 67.71 | 53.32 | - |
| YUV | 208.51 | 111.91 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 225 | 180 | 0.17 | 0 | 0.2 | 0.12 | 110.67 | 0.43 | 0.79 |
| Hex | BB | E1 | B4 | 11 | 0 | 14 | C | 6F | 2B | 4F |
| Octal | 273 | 341 | 264 | 21 | 0 | 24 | 14 | 157 | 53 | 117 |
| Binary | 10111011 | 11100001 | 10110100 | 10001 | 0 | 10100 | 1100 | 1101111 | 101011 | 1001111 |
Color Harmonies of #BBE1B4
Complementary color
Monochromatic Colors of #BBE1B4
Black with #BBE1B4
Text Example
Text Example
White with #BBE1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE1B4; }
p { color: rgb(187,225,180); }
H1.HeaderClassName
{
color: #BBE1B4;
}
.AnyTagClassName
{
color: #BBE1B4;
}
</style>
background-color css
<style>
a { background-color: #BBE1B4; }
a { background-color: rgb(187,225,180); }
div.DivClassName
{
background-color: #BBE1B4;
}
.BgClassName
{
background-color: #BBE1B4;
}
</style>
border-color css
<style>
span { border-color: #BBE1B4; }
span { border-color: rgb(187,225,180); }
td.TdClassName
{
border-color: #BBE1B4;
}
.TagClassName
{
border-color: #BBE1B4;
}
</style>