Shades of Madang #BBE3AF
Tints of Madang #BBE3AF
RGB
CMYK
RGB Variations
Color information
#BBE3AF (or 0xBBE3AF) is known color: Madang. HEX triplet: BB, E3 and AF. RGB value is (187,227,175). Sum of RGB (Red+Green+Blue) = 187+227+175=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 227 (89.06% from 255 or 38.54% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBE3AF is #441C50. Grayscale: #D1D1D1. Windows color (decimal): -4463697 or 11527099. OLE color: 11527099.
HSL color Cylindrical-coordinate representation of color #BBE3AF: hue angle of 106.15º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBE3AF is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 227 | 175 | - |
| CMYK | 0.18 | 0 | 0.23 | 0.11 |
| HSL | 106.15º | 0.48% | 0.79% | - |
| HSV(B) | 106.15º | 0.23% | 0.89% | - |
| XYZ | 55.7 | 68.6 | 50.86 | - |
| YUV | 209.11 | 108.75 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 227 | 175 | 0.18 | 0 | 0.23 | 0.11 | 106.15 | 0.48 | 0.79 |
| Hex | BB | E3 | AF | 12 | 0 | 17 | B | 6A | 30 | 4F |
| Octal | 273 | 343 | 257 | 22 | 0 | 27 | 13 | 152 | 60 | 117 |
| Binary | 10111011 | 11100011 | 10101111 | 10010 | 0 | 10111 | 1011 | 1101010 | 110000 | 1001111 |
Color Harmonies of #BBE3AF
Complementary color
Monochromatic Colors of #BBE3AF
Black with #BBE3AF
Text Example
Text Example
White with #BBE3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE3AF; }
p { color: rgb(187,227,175); }
H1.HeaderClassName
{
color: #BBE3AF;
}
.AnyTagClassName
{
color: #BBE3AF;
}
</style>
background-color css
<style>
a { background-color: #BBE3AF; }
a { background-color: rgb(187,227,175); }
div.DivClassName
{
background-color: #BBE3AF;
}
.BgClassName
{
background-color: #BBE3AF;
}
</style>
border-color css
<style>
span { border-color: #BBE3AF; }
span { border-color: rgb(187,227,175); }
td.TdClassName
{
border-color: #BBE3AF;
}
.TagClassName
{
border-color: #BBE3AF;
}
</style>