Shades of Madang #BBEBA8
Tints of Madang #BBEBA8
RGB
CMYK
RGB Variations
Color information
#BBEBA8 (or 0xBBEBA8) is known color: Madang. HEX triplet: BB, EB and A8. RGB value is (187,235,168). Sum of RGB (Red+Green+Blue) = 187+235+168=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 235 (92.19% from 255 or 39.83% from 590); Blue value is 168 (66.02% from 255 or 28.47% from 590); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBEBA8 is #441457. Grayscale: #D5D5D5. Windows color (decimal): -4461656 or 11070395. OLE color: 11070395.
HSL color Cylindrical-coordinate representation of color #BBEBA8: hue angle of 102.99º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBEBA8 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 235 | 168 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.08 |
| HSL | 102.99º | 0.63% | 0.79% | - |
| HSV(B) | 102.99º | 0.29% | 0.92% | - |
| XYZ | 57.27 | 72.81 | 48.08 | - |
| YUV | 213.01 | 102.6 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 235 | 168 | 0.20 | 0 | 0.29 | 0.08 | 102.99 | 0.63 | 0.79 |
| Hex | BB | EB | A8 | 14 | 0 | 1D | 8 | 67 | 3F | 4F |
| Octal | 273 | 353 | 250 | 24 | 0 | 35 | 10 | 147 | 77 | 117 |
| Binary | 10111011 | 11101011 | 10101000 | 10100 | 0 | 11101 | 1000 | 1100111 | 111111 | 1001111 |
Color Harmonies of #BBEBA8
Complementary color
Monochromatic Colors of #BBEBA8
Black with #BBEBA8
Text Example
Text Example
White with #BBEBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEBA8; }
p { color: rgb(187,235,168); }
H1.HeaderClassName
{
color: #BBEBA8;
}
.AnyTagClassName
{
color: #BBEBA8;
}
</style>
background-color css
<style>
a { background-color: #BBEBA8; }
a { background-color: rgb(187,235,168); }
div.DivClassName
{
background-color: #BBEBA8;
}
.BgClassName
{
background-color: #BBEBA8;
}
</style>
border-color css
<style>
span { border-color: #BBEBA8; }
span { border-color: rgb(187,235,168); }
td.TdClassName
{
border-color: #BBEBA8;
}
.TagClassName
{
border-color: #BBEBA8;
}
</style>