Shades of Madang #BBEDB3
Tints of Madang #BBEDB3
RGB
CMYK
RGB Variations
Color information
#BBEDB3 (or 0xBBEDB3) is known color: Madang. HEX triplet: BB, ED and B3. RGB value is (187,237,179). Sum of RGB (Red+Green+Blue) = 187+237+179=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 237 (92.97% from 255 or 39.30% from 603); Blue value is 179 (70.31% from 255 or 29.68% from 603); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDB3 is #44124C. Grayscale: #D7D7D7. Windows color (decimal): -4461133 or 11791803. OLE color: 11791803.
HSL color Cylindrical-coordinate representation of color #BBEDB3: hue angle of 111.72º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBEDB3 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 179 | - |
| CMYK | 0.21 | 0 | 0.24 | 0.07 |
| HSL | 111.72º | 0.62% | 0.82% | - |
| HSV(B) | 111.72º | 0.24% | 0.93% | - |
| XYZ | 58.91 | 74.39 | 53.9 | - |
| YUV | 215.44 | 107.44 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 179 | 0.21 | 0 | 0.24 | 0.07 | 111.72 | 0.62 | 0.82 |
| Hex | BB | ED | B3 | 15 | 0 | 18 | 7 | 70 | 3E | 52 |
| Octal | 273 | 355 | 263 | 25 | 0 | 30 | 7 | 160 | 76 | 122 |
| Binary | 10111011 | 11101101 | 10110011 | 10101 | 0 | 11000 | 111 | 1110000 | 111110 | 1010010 |
Color Harmonies of #BBEDB3
Complementary color
Monochromatic Colors of #BBEDB3
Black with #BBEDB3
Text Example
Text Example
White with #BBEDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEDB3; }
p { color: rgb(187,237,179); }
H1.HeaderClassName
{
color: #BBEDB3;
}
.AnyTagClassName
{
color: #BBEDB3;
}
</style>
background-color css
<style>
a { background-color: #BBEDB3; }
a { background-color: rgb(187,237,179); }
div.DivClassName
{
background-color: #BBEDB3;
}
.BgClassName
{
background-color: #BBEDB3;
}
</style>
border-color css
<style>
span { border-color: #BBEDB3; }
span { border-color: rgb(187,237,179); }
td.TdClassName
{
border-color: #BBEDB3;
}
.TagClassName
{
border-color: #BBEDB3;
}
</style>