Shades of Madang #BBDDA8
Tints of Madang #BBDDA8
RGB
CMYK
RGB Variations
Color information
#BBDDA8 (or 0xBBDDA8) is known color: Madang. HEX triplet: BB, DD and A8. RGB value is (187,221,168). Sum of RGB (Red+Green+Blue) = 187+221+168=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 168 (66.02% from 255 or 29.17% from 576); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDDA8 is #442257. Grayscale: #CCCCCC. Windows color (decimal): -4465240 or 11066811. OLE color: 11066811.
HSL color Cylindrical-coordinate representation of color #BBDDA8: hue angle of 98.49º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBDDA8 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 168 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.13 |
| HSL | 98.49º | 0.44% | 0.76% | - |
| HSV(B) | 98.49º | 0.24% | 0.87% | - |
| XYZ | 53.42 | 65.1 | 46.8 | - |
| YUV | 204.79 | 107.24 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 168 | 0.15 | 0 | 0.24 | 0.13 | 98.49 | 0.44 | 0.76 |
| Hex | BB | DD | A8 | F | 0 | 18 | D | 62 | 2C | 4C |
| Octal | 273 | 335 | 250 | 17 | 0 | 30 | 15 | 142 | 54 | 114 |
| Binary | 10111011 | 11011101 | 10101000 | 1111 | 0 | 11000 | 1101 | 1100010 | 101100 | 1001100 |
Color Harmonies of #BBDDA8
Complementary color
Monochromatic Colors of #BBDDA8
Black with #BBDDA8
Text Example
Text Example
White with #BBDDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDDA8; }
p { color: rgb(187,221,168); }
H1.HeaderClassName
{
color: #BBDDA8;
}
.AnyTagClassName
{
color: #BBDDA8;
}
</style>
background-color css
<style>
a { background-color: #BBDDA8; }
a { background-color: rgb(187,221,168); }
div.DivClassName
{
background-color: #BBDDA8;
}
.BgClassName
{
background-color: #BBDDA8;
}
</style>
border-color css
<style>
span { border-color: #BBDDA8; }
span { border-color: rgb(187,221,168); }
td.TdClassName
{
border-color: #BBDDA8;
}
.TagClassName
{
border-color: #BBDDA8;
}
</style>