Shades of Madang #BBEDAB
Tints of Madang #BBEDAB
RGB
CMYK
RGB Variations
Color information
#BBEDAB (or 0xBBEDAB) is known color: Madang. HEX triplet: BB, ED and AB. RGB value is (187,237,171). Sum of RGB (Red+Green+Blue) = 187+237+171=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 237 (92.97% from 255 or 39.83% from 595); Blue value is 171 (67.19% from 255 or 28.74% from 595); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBEDAB is #441254. Grayscale: #D6D6D6. Windows color (decimal): -4461141 or 11267515. OLE color: 11267515.
HSL color Cylindrical-coordinate representation of color #BBEDAB: hue angle of 105.45º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBEDAB is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 171 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.07 |
| HSL | 105.45º | 0.65% | 0.8% | - |
| HSV(B) | 105.45º | 0.28% | 0.93% | - |
| XYZ | 58.13 | 74.07 | 49.76 | - |
| YUV | 214.53 | 103.44 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 171 | 0.21 | 0 | 0.28 | 0.07 | 105.45 | 0.65 | 0.8 |
| Hex | BB | ED | AB | 15 | 0 | 1C | 7 | 69 | 41 | 50 |
| Octal | 273 | 355 | 253 | 25 | 0 | 34 | 7 | 151 | 101 | 120 |
| Binary | 10111011 | 11101101 | 10101011 | 10101 | 0 | 11100 | 111 | 1101001 | 1000001 | 1010000 |
Color Harmonies of #BBEDAB
Complementary color
Monochromatic Colors of #BBEDAB
Black with #BBEDAB
Text Example
Text Example
White with #BBEDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEDAB; }
p { color: rgb(187,237,171); }
H1.HeaderClassName
{
color: #BBEDAB;
}
.AnyTagClassName
{
color: #BBEDAB;
}
</style>
background-color css
<style>
a { background-color: #BBEDAB; }
a { background-color: rgb(187,237,171); }
div.DivClassName
{
background-color: #BBEDAB;
}
.BgClassName
{
background-color: #BBEDAB;
}
</style>
border-color css
<style>
span { border-color: #BBEDAB; }
span { border-color: rgb(187,237,171); }
td.TdClassName
{
border-color: #BBEDAB;
}
.TagClassName
{
border-color: #BBEDAB;
}
</style>