Shades of Madang #BBE6AC
Tints of Madang #BBE6AC
RGB
CMYK
RGB Variations
Color information
#BBE6AC (or 0xBBE6AC) is known color: Madang. HEX triplet: BB, E6 and AC. RGB value is (187,230,172). Sum of RGB (Red+Green+Blue) = 187+230+172=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 230 (90.23% from 255 or 39.05% from 589); Blue value is 172 (67.58% from 255 or 29.20% from 589); Max value from RGB is 230 - color contains mainly: green. Hex color #BBE6AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBE6AC is #441953. Grayscale: #D2D2D2. Windows color (decimal): -4462932 or 11331259. OLE color: 11331259.
HSL color Cylindrical-coordinate representation of color #BBE6AC: hue angle of 104.48º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBE6AC is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 230 | 172 | - |
| CMYK | 0.19 | 0 | 0.25 | 0.10 |
| HSL | 104.48º | 0.54% | 0.79% | - |
| HSV(B) | 104.48º | 0.25% | 0.9% | - |
| XYZ | 56.24 | 70.14 | 49.6 | - |
| YUV | 210.53 | 106.25 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 230 | 172 | 0.19 | 0 | 0.25 | 0.10 | 104.48 | 0.54 | 0.79 |
| Hex | BB | E6 | AC | 13 | 0 | 19 | A | 68 | 36 | 4F |
| Octal | 273 | 346 | 254 | 23 | 0 | 31 | 12 | 150 | 66 | 117 |
| Binary | 10111011 | 11100110 | 10101100 | 10011 | 0 | 11001 | 1010 | 1101000 | 110110 | 1001111 |
Color Harmonies of #BBE6AC
Complementary color
Monochromatic Colors of #BBE6AC
Black with #BBE6AC
Text Example
Text Example
White with #BBE6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE6AC; }
p { color: rgb(187,230,172); }
H1.HeaderClassName
{
color: #BBE6AC;
}
.AnyTagClassName
{
color: #BBE6AC;
}
</style>
background-color css
<style>
a { background-color: #BBE6AC; }
a { background-color: rgb(187,230,172); }
div.DivClassName
{
background-color: #BBE6AC;
}
.BgClassName
{
background-color: #BBE6AC;
}
</style>
border-color css
<style>
span { border-color: #BBE6AC; }
span { border-color: rgb(187,230,172); }
td.TdClassName
{
border-color: #BBE6AC;
}
.TagClassName
{
border-color: #BBE6AC;
}
</style>