Shades of Madang #BBEBAF
Tints of Madang #BBEBAF
RGB
CMYK
RGB Variations
Color information
#BBEBAF (or 0xBBEBAF) is known color: Madang. HEX triplet: BB, EB and AF. RGB value is (187,235,175). Sum of RGB (Red+Green+Blue) = 187+235+175=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 235 (92.19% from 255 or 39.36% from 597); Blue value is 175 (68.75% from 255 or 29.31% from 597); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBEBAF is #441450. Grayscale: #D6D6D6. Windows color (decimal): -4461649 or 11529147. OLE color: 11529147.
HSL color Cylindrical-coordinate representation of color #BBEBAF: hue angle of 108º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBEBAF is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 235 | 175 | - |
| CMYK | 0.20 | 0 | 0.26 | 0.08 |
| HSL | 108º | 0.6% | 0.8% | - |
| HSV(B) | 108º | 0.26% | 0.92% | - |
| XYZ | 57.94 | 73.08 | 51.61 | - |
| YUV | 213.81 | 106.1 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 235 | 175 | 0.20 | 0 | 0.26 | 0.08 | 108 | 0.6 | 0.8 |
| Hex | BB | EB | AF | 14 | 0 | 1A | 8 | 6C | 3C | 50 |
| Octal | 273 | 353 | 257 | 24 | 0 | 32 | 10 | 154 | 74 | 120 |
| Binary | 10111011 | 11101011 | 10101111 | 10100 | 0 | 11010 | 1000 | 1101100 | 111100 | 1010000 |
Color Harmonies of #BBEBAF
Complementary color
Monochromatic Colors of #BBEBAF
Black with #BBEBAF
Text Example
Text Example
White with #BBEBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEBAF; }
p { color: rgb(187,235,175); }
H1.HeaderClassName
{
color: #BBEBAF;
}
.AnyTagClassName
{
color: #BBEBAF;
}
</style>
background-color css
<style>
a { background-color: #BBEBAF; }
a { background-color: rgb(187,235,175); }
div.DivClassName
{
background-color: #BBEBAF;
}
.BgClassName
{
background-color: #BBEBAF;
}
</style>
border-color css
<style>
span { border-color: #BBEBAF; }
span { border-color: rgb(187,235,175); }
td.TdClassName
{
border-color: #BBEBAF;
}
.TagClassName
{
border-color: #BBEBAF;
}
</style>