Shades of Madang #BBDCA8
Tints of Madang #BBDCA8
RGB
CMYK
RGB Variations
Color information
#BBDCA8 (or 0xBBDCA8) is known color: Madang. HEX triplet: BB, DC and A8. RGB value is (187,220,168). Sum of RGB (Red+Green+Blue) = 187+220+168=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 168 (66.02% from 255 or 29.22% from 575); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDCA8 is #442357. Grayscale: #CCCCCC. Windows color (decimal): -4465496 or 11066555. OLE color: 11066555.
HSL color Cylindrical-coordinate representation of color #BBDCA8: hue angle of 98.08º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBDCA8 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 168 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.14 |
| HSL | 98.08º | 0.43% | 0.76% | - |
| HSV(B) | 98.08º | 0.24% | 0.86% | - |
| XYZ | 53.15 | 64.58 | 46.71 | - |
| YUV | 204.21 | 107.57 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 168 | 0.15 | 0 | 0.24 | 0.14 | 98.08 | 0.43 | 0.76 |
| Hex | BB | DC | A8 | F | 0 | 18 | E | 62 | 2B | 4C |
| Octal | 273 | 334 | 250 | 17 | 0 | 30 | 16 | 142 | 53 | 114 |
| Binary | 10111011 | 11011100 | 10101000 | 1111 | 0 | 11000 | 1110 | 1100010 | 101011 | 1001100 |
Color Harmonies of #BBDCA8
Complementary color
Monochromatic Colors of #BBDCA8
Black with #BBDCA8
Text Example
Text Example
White with #BBDCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDCA8; }
p { color: rgb(187,220,168); }
H1.HeaderClassName
{
color: #BBDCA8;
}
.AnyTagClassName
{
color: #BBDCA8;
}
</style>
background-color css
<style>
a { background-color: #BBDCA8; }
a { background-color: rgb(187,220,168); }
div.DivClassName
{
background-color: #BBDCA8;
}
.BgClassName
{
background-color: #BBDCA8;
}
</style>
border-color css
<style>
span { border-color: #BBDCA8; }
span { border-color: rgb(187,220,168); }
td.TdClassName
{
border-color: #BBDCA8;
}
.TagClassName
{
border-color: #BBDCA8;
}
</style>