Shades of Madang #BBDCB2
Tints of Madang #BBDCB2
RGB
CMYK
RGB Variations
Color information
#BBDCB2 (or 0xBBDCB2) is known color: Madang. HEX triplet: BB, DC and B2. RGB value is (187,220,178). Sum of RGB (Red+Green+Blue) = 187+220+178=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 178 (69.92% from 255 or 30.43% from 585); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDCB2 is #44234D. Grayscale: #CDCDCD. Windows color (decimal): -4465486 or 11721915. OLE color: 11721915.
HSL color Cylindrical-coordinate representation of color #BBDCB2: hue angle of 107.14º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBDCB2 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 178 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.14 |
| HSL | 107.14º | 0.38% | 0.78% | - |
| HSV(B) | 107.14º | 0.19% | 0.86% | - |
| XYZ | 54.12 | 64.97 | 51.81 | - |
| YUV | 205.35 | 112.57 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 178 | 0.15 | 0 | 0.19 | 0.14 | 107.14 | 0.38 | 0.78 |
| Hex | BB | DC | B2 | F | 0 | 13 | E | 6B | 26 | 4E |
| Octal | 273 | 334 | 262 | 17 | 0 | 23 | 16 | 153 | 46 | 116 |
| Binary | 10111011 | 11011100 | 10110010 | 1111 | 0 | 10011 | 1110 | 1101011 | 100110 | 1001110 |
Color Harmonies of #BBDCB2
Complementary color
Monochromatic Colors of #BBDCB2
Black with #BBDCB2
Text Example
Text Example
White with #BBDCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDCB2; }
p { color: rgb(187,220,178); }
H1.HeaderClassName
{
color: #BBDCB2;
}
.AnyTagClassName
{
color: #BBDCB2;
}
</style>
background-color css
<style>
a { background-color: #BBDCB2; }
a { background-color: rgb(187,220,178); }
div.DivClassName
{
background-color: #BBDCB2;
}
.BgClassName
{
background-color: #BBDCB2;
}
</style>
border-color css
<style>
span { border-color: #BBDCB2; }
span { border-color: rgb(187,220,178); }
td.TdClassName
{
border-color: #BBDCB2;
}
.TagClassName
{
border-color: #BBDCB2;
}
</style>