Shades of Madang #BBEAA8
Tints of Madang #BBEAA8
RGB
CMYK
RGB Variations
Color information
#BBEAA8 (or 0xBBEAA8) is known color: Madang. HEX triplet: BB, EA and A8. RGB value is (187,234,168). Sum of RGB (Red+Green+Blue) = 187+234+168=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 234 (91.80% from 255 or 39.73% from 589); Blue value is 168 (66.02% from 255 or 28.52% from 589); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEAA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBEAA8 is #441557. Grayscale: #D4D4D4. Windows color (decimal): -4461912 or 11070139. OLE color: 11070139.
HSL color Cylindrical-coordinate representation of color #BBEAA8: hue angle of 102.73º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBEAA8 is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 234 | 168 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.08 |
| HSL | 102.73º | 0.61% | 0.79% | - |
| HSV(B) | 102.73º | 0.28% | 0.92% | - |
| XYZ | 56.98 | 72.24 | 47.99 | - |
| YUV | 212.42 | 102.93 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 234 | 168 | 0.20 | 0 | 0.28 | 0.08 | 102.73 | 0.61 | 0.79 |
| Hex | BB | EA | A8 | 14 | 0 | 1C | 8 | 67 | 3D | 4F |
| Octal | 273 | 352 | 250 | 24 | 0 | 34 | 10 | 147 | 75 | 117 |
| Binary | 10111011 | 11101010 | 10101000 | 10100 | 0 | 11100 | 1000 | 1100111 | 111101 | 1001111 |
Color Harmonies of #BBEAA8
Complementary color
Monochromatic Colors of #BBEAA8
Black with #BBEAA8
Text Example
Text Example
White with #BBEAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEAA8; }
p { color: rgb(187,234,168); }
H1.HeaderClassName
{
color: #BBEAA8;
}
.AnyTagClassName
{
color: #BBEAA8;
}
</style>
background-color css
<style>
a { background-color: #BBEAA8; }
a { background-color: rgb(187,234,168); }
div.DivClassName
{
background-color: #BBEAA8;
}
.BgClassName
{
background-color: #BBEAA8;
}
</style>
border-color css
<style>
span { border-color: #BBEAA8; }
span { border-color: rgb(187,234,168); }
td.TdClassName
{
border-color: #BBEAA8;
}
.TagClassName
{
border-color: #BBEAA8;
}
</style>