Shades of Madang #BBDAA5
Tints of Madang #BBDAA5
RGB
CMYK
RGB Variations
Color information
#BBDAA5 (or 0xBBDAA5) is known color: Madang. HEX triplet: BB, DA and A5. RGB value is (187,218,165). Sum of RGB (Red+Green+Blue) = 187+218+165=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 165 (64.84% from 255 or 28.95% from 570); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDAA5 is #44255A. Grayscale: #CACACA. Windows color (decimal): -4466011 or 10869435. OLE color: 10869435.
HSL color Cylindrical-coordinate representation of color #BBDAA5: hue angle of 95.09º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBDAA5 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 165 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.15 |
| HSL | 95.09º | 0.42% | 0.75% | - |
| HSV(B) | 95.09º | 0.24% | 0.85% | - |
| XYZ | 52.36 | 63.42 | 45.08 | - |
| YUV | 202.69 | 106.73 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 165 | 0.14 | 0 | 0.24 | 0.15 | 95.09 | 0.42 | 0.75 |
| Hex | BB | DA | A5 | E | 0 | 18 | F | 5F | 2A | 4B |
| Octal | 273 | 332 | 245 | 16 | 0 | 30 | 17 | 137 | 52 | 113 |
| Binary | 10111011 | 11011010 | 10100101 | 1110 | 0 | 11000 | 1111 | 1011111 | 101010 | 1001011 |
Color Harmonies of #BBDAA5
Complementary color
Monochromatic Colors of #BBDAA5
Black with #BBDAA5
Text Example
Text Example
White with #BBDAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDAA5; }
p { color: rgb(187,218,165); }
H1.HeaderClassName
{
color: #BBDAA5;
}
.AnyTagClassName
{
color: #BBDAA5;
}
</style>
background-color css
<style>
a { background-color: #BBDAA5; }
a { background-color: rgb(187,218,165); }
div.DivClassName
{
background-color: #BBDAA5;
}
.BgClassName
{
background-color: #BBDAA5;
}
</style>
border-color css
<style>
span { border-color: #BBDAA5; }
span { border-color: rgb(187,218,165); }
td.TdClassName
{
border-color: #BBDAA5;
}
.TagClassName
{
border-color: #BBDAA5;
}
</style>