Shades of Madang #BBDDA7
Tints of Madang #BBDDA7
RGB
CMYK
RGB Variations
Color information
#BBDDA7 (or 0xBBDDA7) is known color: Madang. HEX triplet: BB, DD and A7. RGB value is (187,221,167). Sum of RGB (Red+Green+Blue) = 187+221+167=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 167 (65.62% from 255 or 29.04% from 575); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDDA7 is #442258. Grayscale: #CCCCCC. Windows color (decimal): -4465241 or 11001275. OLE color: 11001275.
HSL color Cylindrical-coordinate representation of color #BBDDA7: hue angle of 97.78º 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 #BBDDA7 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 167 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.13 |
| HSL | 97.78º | 0.44% | 0.76% | - |
| HSV(B) | 97.78º | 0.24% | 0.87% | - |
| XYZ | 53.33 | 65.07 | 46.31 | - |
| YUV | 204.68 | 106.74 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 167 | 0.15 | 0 | 0.24 | 0.13 | 97.78 | 0.44 | 0.76 |
| Hex | BB | DD | A7 | F | 0 | 18 | D | 62 | 2C | 4C |
| Octal | 273 | 335 | 247 | 17 | 0 | 30 | 15 | 142 | 54 | 114 |
| Binary | 10111011 | 11011101 | 10100111 | 1111 | 0 | 11000 | 1101 | 1100010 | 101100 | 1001100 |
Color Harmonies of #BBDDA7
Complementary color
Monochromatic Colors of #BBDDA7
Black with #BBDDA7
Text Example
Text Example
White with #BBDDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDDA7; }
p { color: rgb(187,221,167); }
H1.HeaderClassName
{
color: #BBDDA7;
}
.AnyTagClassName
{
color: #BBDDA7;
}
</style>
background-color css
<style>
a { background-color: #BBDDA7; }
a { background-color: rgb(187,221,167); }
div.DivClassName
{
background-color: #BBDDA7;
}
.BgClassName
{
background-color: #BBDDA7;
}
</style>
border-color css
<style>
span { border-color: #BBDDA7; }
span { border-color: rgb(187,221,167); }
td.TdClassName
{
border-color: #BBDDA7;
}
.TagClassName
{
border-color: #BBDDA7;
}
</style>