Shades of Madang #BBE4B4
Tints of Madang #BBE4B4
RGB
CMYK
RGB Variations
Color information
#BBE4B4 (or 0xBBE4B4) is known color: Madang. HEX triplet: BB, E4 and B4. RGB value is (187,228,180). Sum of RGB (Red+Green+Blue) = 187+228+180=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 228 (89.45% from 255 or 38.32% from 595); Blue value is 180 (70.70% from 255 or 30.25% from 595); Max value from RGB is 228 - color contains mainly: green. Hex color #BBE4B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE4B4 is #441B4B. Grayscale: #D2D2D2. Windows color (decimal): -4463436 or 11855035. OLE color: 11855035.
HSL color Cylindrical-coordinate representation of color #BBE4B4: hue angle of 111.25º degrees, saturation: 0.47, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBE4B4 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 228 | 180 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.11 |
| HSL | 111.25º | 0.47% | 0.8% | - |
| HSV(B) | 111.25º | 0.21% | 0.89% | - |
| XYZ | 56.48 | 69.35 | 53.59 | - |
| YUV | 210.27 | 110.92 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 228 | 180 | 0.18 | 0 | 0.21 | 0.11 | 111.25 | 0.47 | 0.8 |
| Hex | BB | E4 | B4 | 12 | 0 | 15 | B | 6F | 2F | 50 |
| Octal | 273 | 344 | 264 | 22 | 0 | 25 | 13 | 157 | 57 | 120 |
| Binary | 10111011 | 11100100 | 10110100 | 10010 | 0 | 10101 | 1011 | 1101111 | 101111 | 1010000 |
Color Harmonies of #BBE4B4
Complementary color
Monochromatic Colors of #BBE4B4
Black with #BBE4B4
Text Example
Text Example
White with #BBE4B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE4B4; }
p { color: rgb(187,228,180); }
H1.HeaderClassName
{
color: #BBE4B4;
}
.AnyTagClassName
{
color: #BBE4B4;
}
</style>
background-color css
<style>
a { background-color: #BBE4B4; }
a { background-color: rgb(187,228,180); }
div.DivClassName
{
background-color: #BBE4B4;
}
.BgClassName
{
background-color: #BBE4B4;
}
</style>
border-color css
<style>
span { border-color: #BBE4B4; }
span { border-color: rgb(187,228,180); }
td.TdClassName
{
border-color: #BBE4B4;
}
.TagClassName
{
border-color: #BBE4B4;
}
</style>