Shades of Madang #BBE5AF
Tints of Madang #BBE5AF
RGB
CMYK
RGB Variations
Color information
#BBE5AF (or 0xBBE5AF) is known color: Madang. HEX triplet: BB, E5 and AF. RGB value is (187,229,175). Sum of RGB (Red+Green+Blue) = 187+229+175=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 229 (89.84% from 255 or 38.75% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBE5AF is #441A50. Grayscale: #D2D2D2. Windows color (decimal): -4463185 or 11527611. OLE color: 11527611.
HSL color Cylindrical-coordinate representation of color #BBE5AF: hue angle of 106.67º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBE5AF is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 229 | 175 | - |
| CMYK | 0.18 | 0 | 0.24 | 0.10 |
| HSL | 106.67º | 0.51% | 0.79% | - |
| HSV(B) | 106.67º | 0.24% | 0.9% | - |
| XYZ | 56.25 | 69.7 | 51.05 | - |
| YUV | 210.29 | 108.09 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 229 | 175 | 0.18 | 0 | 0.24 | 0.10 | 106.67 | 0.51 | 0.79 |
| Hex | BB | E5 | AF | 12 | 0 | 18 | A | 6B | 33 | 4F |
| Octal | 273 | 345 | 257 | 22 | 0 | 30 | 12 | 153 | 63 | 117 |
| Binary | 10111011 | 11100101 | 10101111 | 10010 | 0 | 11000 | 1010 | 1101011 | 110011 | 1001111 |
Color Harmonies of #BBE5AF
Complementary color
Monochromatic Colors of #BBE5AF
Black with #BBE5AF
Text Example
Text Example
White with #BBE5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE5AF; }
p { color: rgb(187,229,175); }
H1.HeaderClassName
{
color: #BBE5AF;
}
.AnyTagClassName
{
color: #BBE5AF;
}
</style>
background-color css
<style>
a { background-color: #BBE5AF; }
a { background-color: rgb(187,229,175); }
div.DivClassName
{
background-color: #BBE5AF;
}
.BgClassName
{
background-color: #BBE5AF;
}
</style>
border-color css
<style>
span { border-color: #BBE5AF; }
span { border-color: rgb(187,229,175); }
td.TdClassName
{
border-color: #BBE5AF;
}
.TagClassName
{
border-color: #BBE5AF;
}
</style>