Shades of Madang #BBEDAC
Tints of Madang #BBEDAC
RGB
CMYK
RGB Variations
Color information
#BBEDAC (or 0xBBEDAC) is known color: Madang. HEX triplet: BB, ED and AC. RGB value is (187,237,172). Sum of RGB (Red+Green+Blue) = 187+237+172=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 237 (92.97% from 255 or 39.77% from 596); Blue value is 172 (67.58% from 255 or 28.86% from 596); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBEDAC is #441253. Grayscale: #D6D6D6. Windows color (decimal): -4461140 or 11333051. OLE color: 11333051.
HSL color Cylindrical-coordinate representation of color #BBEDAC: hue angle of 106.15º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBEDAC is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 172 | - |
| CMYK | 0.21 | 0 | 0.27 | 0.07 |
| HSL | 106.15º | 0.64% | 0.8% | - |
| HSV(B) | 106.15º | 0.27% | 0.93% | - |
| XYZ | 58.22 | 74.11 | 50.27 | - |
| YUV | 214.64 | 103.94 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 172 | 0.21 | 0 | 0.27 | 0.07 | 106.15 | 0.64 | 0.8 |
| Hex | BB | ED | AC | 15 | 0 | 1B | 7 | 6A | 40 | 50 |
| Octal | 273 | 355 | 254 | 25 | 0 | 33 | 7 | 152 | 100 | 120 |
| Binary | 10111011 | 11101101 | 10101100 | 10101 | 0 | 11011 | 111 | 1101010 | 1000000 | 1010000 |
Color Harmonies of #BBEDAC
Complementary color
Monochromatic Colors of #BBEDAC
Black with #BBEDAC
Text Example
Text Example
White with #BBEDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEDAC; }
p { color: rgb(187,237,172); }
H1.HeaderClassName
{
color: #BBEDAC;
}
.AnyTagClassName
{
color: #BBEDAC;
}
</style>
background-color css
<style>
a { background-color: #BBEDAC; }
a { background-color: rgb(187,237,172); }
div.DivClassName
{
background-color: #BBEDAC;
}
.BgClassName
{
background-color: #BBEDAC;
}
</style>
border-color css
<style>
span { border-color: #BBEDAC; }
span { border-color: rgb(187,237,172); }
td.TdClassName
{
border-color: #BBEDAC;
}
.TagClassName
{
border-color: #BBEDAC;
}
</style>