Shades of Madang #BBEFA1
Tints of Madang #BBEFA1
RGB
CMYK
RGB Variations
Color information
#BBEFA1 (or 0xBBEFA1) is known color: Madang. HEX triplet: BB, EF and A1. RGB value is (187,239,161). Sum of RGB (Red+Green+Blue) = 187+239+161=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 239 (93.75% from 255 or 40.72% from 587); Blue value is 161 (63.28% from 255 or 27.43% from 587); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEFA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBEFA1 is #44105E. Grayscale: #D6D6D6. Windows color (decimal): -4460639 or 10612667. OLE color: 10612667.
HSL color Cylindrical-coordinate representation of color #BBEFA1: hue angle of 100º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBEFA1 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 239 | 161 | - |
| CMYK | 0.22 | 0 | 0.33 | 0.06 |
| HSL | 100º | 0.71% | 0.78% | - |
| HSV(B) | 100º | 0.33% | 0.94% | - |
| XYZ | 57.79 | 74.87 | 45.12 | - |
| YUV | 214.56 | 97.77 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 239 | 161 | 0.22 | 0 | 0.33 | 0.06 | 100 | 0.71 | 0.78 |
| Hex | BB | EF | A1 | 16 | 0 | 21 | 6 | 64 | 47 | 4E |
| Octal | 273 | 357 | 241 | 26 | 0 | 41 | 6 | 144 | 107 | 116 |
| Binary | 10111011 | 11101111 | 10100001 | 10110 | 0 | 100001 | 110 | 1100100 | 1000111 | 1001110 |
Color Harmonies of #BBEFA1
Complementary color
Monochromatic Colors of #BBEFA1
Black with #BBEFA1
Text Example
Text Example
White with #BBEFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEFA1; }
p { color: rgb(187,239,161); }
H1.HeaderClassName
{
color: #BBEFA1;
}
.AnyTagClassName
{
color: #BBEFA1;
}
</style>
background-color css
<style>
a { background-color: #BBEFA1; }
a { background-color: rgb(187,239,161); }
div.DivClassName
{
background-color: #BBEFA1;
}
.BgClassName
{
background-color: #BBEFA1;
}
</style>
border-color css
<style>
span { border-color: #BBEFA1; }
span { border-color: rgb(187,239,161); }
td.TdClassName
{
border-color: #BBEFA1;
}
.TagClassName
{
border-color: #BBEFA1;
}
</style>