Shades of Madang #BBEDAA
Tints of Madang #BBEDAA
RGB
CMYK
RGB Variations
Color information
#BBEDAA (or 0xBBEDAA) is known color: Madang. HEX triplet: BB, ED and AA. RGB value is (187,237,170). Sum of RGB (Red+Green+Blue) = 187+237+170=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 237 (92.97% from 255 or 39.90% from 594); Blue value is 170 (66.80% from 255 or 28.62% from 594); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBEDAA is #441255. Grayscale: #D6D6D6. Windows color (decimal): -4461142 or 11201979. OLE color: 11201979.
HSL color Cylindrical-coordinate representation of color #BBEDAA: hue angle of 104.78º 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 #BBEDAA is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 170 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.07 |
| HSL | 104.78º | 0.65% | 0.8% | - |
| HSV(B) | 104.78º | 0.28% | 0.93% | - |
| XYZ | 58.03 | 74.04 | 49.26 | - |
| YUV | 214.41 | 102.94 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 170 | 0.21 | 0 | 0.28 | 0.07 | 104.78 | 0.65 | 0.8 |
| Hex | BB | ED | AA | 15 | 0 | 1C | 7 | 69 | 41 | 50 |
| Octal | 273 | 355 | 252 | 25 | 0 | 34 | 7 | 151 | 101 | 120 |
| Binary | 10111011 | 11101101 | 10101010 | 10101 | 0 | 11100 | 111 | 1101001 | 1000001 | 1010000 |
Color Harmonies of #BBEDAA
Complementary color
Monochromatic Colors of #BBEDAA
Black with #BBEDAA
Text Example
Text Example
White with #BBEDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEDAA; }
p { color: rgb(187,237,170); }
H1.HeaderClassName
{
color: #BBEDAA;
}
.AnyTagClassName
{
color: #BBEDAA;
}
</style>
background-color css
<style>
a { background-color: #BBEDAA; }
a { background-color: rgb(187,237,170); }
div.DivClassName
{
background-color: #BBEDAA;
}
.BgClassName
{
background-color: #BBEDAA;
}
</style>
border-color css
<style>
span { border-color: #BBEDAA; }
span { border-color: rgb(187,237,170); }
td.TdClassName
{
border-color: #BBEDAA;
}
.TagClassName
{
border-color: #BBEDAA;
}
</style>