Shades of Madang #BBEBA3
Tints of Madang #BBEBA3
RGB
CMYK
RGB Variations
Color information
#BBEBA3 (or 0xBBEBA3) is known color: Madang. HEX triplet: BB, EB and A3. RGB value is (187,235,163). Sum of RGB (Red+Green+Blue) = 187+235+163=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 235 (92.19% from 255 or 40.17% from 585); Blue value is 163 (64.06% from 255 or 27.86% from 585); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBEBA3 is #44145C. Grayscale: #D4D4D4. Windows color (decimal): -4461661 or 10742715. OLE color: 10742715.
HSL color Cylindrical-coordinate representation of color #BBEBA3: hue angle of 100º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBEBA3 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 235 | 163 | - |
| CMYK | 0.20 | 0 | 0.31 | 0.08 |
| HSL | 100º | 0.64% | 0.78% | - |
| HSV(B) | 100º | 0.31% | 0.92% | - |
| XYZ | 56.81 | 72.63 | 45.67 | - |
| YUV | 212.44 | 100.1 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 235 | 163 | 0.20 | 0 | 0.31 | 0.08 | 100 | 0.64 | 0.78 |
| Hex | BB | EB | A3 | 14 | 0 | 1F | 8 | 64 | 40 | 4E |
| Octal | 273 | 353 | 243 | 24 | 0 | 37 | 10 | 144 | 100 | 116 |
| Binary | 10111011 | 11101011 | 10100011 | 10100 | 0 | 11111 | 1000 | 1100100 | 1000000 | 1001110 |
Color Harmonies of #BBEBA3
Complementary color
Monochromatic Colors of #BBEBA3
Black with #BBEBA3
Text Example
Text Example
White with #BBEBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEBA3; }
p { color: rgb(187,235,163); }
H1.HeaderClassName
{
color: #BBEBA3;
}
.AnyTagClassName
{
color: #BBEBA3;
}
</style>
background-color css
<style>
a { background-color: #BBEBA3; }
a { background-color: rgb(187,235,163); }
div.DivClassName
{
background-color: #BBEBA3;
}
.BgClassName
{
background-color: #BBEBA3;
}
</style>
border-color css
<style>
span { border-color: #BBEBA3; }
span { border-color: rgb(187,235,163); }
td.TdClassName
{
border-color: #BBEBA3;
}
.TagClassName
{
border-color: #BBEBA3;
}
</style>