Shades of Madang #BBE1AF
Tints of Madang #BBE1AF
RGB
CMYK
RGB Variations
Color information
#BBE1AF (or 0xBBE1AF) is known color: Madang. HEX triplet: BB, E1 and AF. RGB value is (187,225,175). Sum of RGB (Red+Green+Blue) = 187+225+175=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 225 (88.28% from 255 or 38.33% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBE1AF is #441E50. Grayscale: #D0D0D0. Windows color (decimal): -4464209 or 11526587. OLE color: 11526587.
HSL color Cylindrical-coordinate representation of color #BBE1AF: hue angle of 105.6º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBE1AF is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 225 | 175 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.12 |
| HSL | 105.6º | 0.45% | 0.78% | - |
| HSV(B) | 105.6º | 0.22% | 0.88% | - |
| XYZ | 55.16 | 67.51 | 50.68 | - |
| YUV | 207.94 | 109.41 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 225 | 175 | 0.17 | 0 | 0.22 | 0.12 | 105.6 | 0.45 | 0.78 |
| Hex | BB | E1 | AF | 11 | 0 | 16 | C | 6A | 2D | 4E |
| Octal | 273 | 341 | 257 | 21 | 0 | 26 | 14 | 152 | 55 | 116 |
| Binary | 10111011 | 11100001 | 10101111 | 10001 | 0 | 10110 | 1100 | 1101010 | 101101 | 1001110 |
Color Harmonies of #BBE1AF
Complementary color
Monochromatic Colors of #BBE1AF
Black with #BBE1AF
Text Example
Text Example
White with #BBE1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE1AF; }
p { color: rgb(187,225,175); }
H1.HeaderClassName
{
color: #BBE1AF;
}
.AnyTagClassName
{
color: #BBE1AF;
}
</style>
background-color css
<style>
a { background-color: #BBE1AF; }
a { background-color: rgb(187,225,175); }
div.DivClassName
{
background-color: #BBE1AF;
}
.BgClassName
{
background-color: #BBE1AF;
}
</style>
border-color css
<style>
span { border-color: #BBE1AF; }
span { border-color: rgb(187,225,175); }
td.TdClassName
{
border-color: #BBE1AF;
}
.TagClassName
{
border-color: #BBE1AF;
}
</style>