Shades of Madang #BBEBAD
Tints of Madang #BBEBAD
RGB
CMYK
RGB Variations
Color information
#BBEBAD (or 0xBBEBAD) is known color: Madang. HEX triplet: BB, EB and AD. RGB value is (187,235,173). Sum of RGB (Red+Green+Blue) = 187+235+173=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 235 (92.19% from 255 or 39.50% from 595); Blue value is 173 (67.97% from 255 or 29.08% from 595); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBEBAD is #441452. Grayscale: #D5D5D5. Windows color (decimal): -4461651 or 11398075. OLE color: 11398075.
HSL color Cylindrical-coordinate representation of color #BBEBAD: hue angle of 106.45º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBEBAD is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 235 | 173 | - |
| CMYK | 0.20 | 0 | 0.26 | 0.08 |
| HSL | 106.45º | 0.61% | 0.8% | - |
| HSV(B) | 106.45º | 0.26% | 0.92% | - |
| XYZ | 57.74 | 73 | 50.58 | - |
| YUV | 213.58 | 105.1 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 235 | 173 | 0.20 | 0 | 0.26 | 0.08 | 106.45 | 0.61 | 0.8 |
| Hex | BB | EB | AD | 14 | 0 | 1A | 8 | 6A | 3D | 50 |
| Octal | 273 | 353 | 255 | 24 | 0 | 32 | 10 | 152 | 75 | 120 |
| Binary | 10111011 | 11101011 | 10101101 | 10100 | 0 | 11010 | 1000 | 1101010 | 111101 | 1010000 |
Color Harmonies of #BBEBAD
Complementary color
Monochromatic Colors of #BBEBAD
Black with #BBEBAD
Text Example
Text Example
White with #BBEBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEBAD; }
p { color: rgb(187,235,173); }
H1.HeaderClassName
{
color: #BBEBAD;
}
.AnyTagClassName
{
color: #BBEBAD;
}
</style>
background-color css
<style>
a { background-color: #BBEBAD; }
a { background-color: rgb(187,235,173); }
div.DivClassName
{
background-color: #BBEBAD;
}
.BgClassName
{
background-color: #BBEBAD;
}
</style>
border-color css
<style>
span { border-color: #BBEBAD; }
span { border-color: rgb(187,235,173); }
td.TdClassName
{
border-color: #BBEBAD;
}
.TagClassName
{
border-color: #BBEBAD;
}
</style>