Shades of Madang #BBDAAE
Tints of Madang #BBDAAE
RGB
CMYK
RGB Variations
Color information
#BBDAAE (or 0xBBDAAE) is known color: Madang. HEX triplet: BB, DA and AE. RGB value is (187,218,174). Sum of RGB (Red+Green+Blue) = 187+218+174=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 174 (68.36% from 255 or 30.05% from 579); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDAAE is #442551. Grayscale: #CBCBCB. Windows color (decimal): -4466002 or 11459259. OLE color: 11459259.
HSL color Cylindrical-coordinate representation of color #BBDAAE: hue angle of 102.27º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBDAAE is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 174 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.15 |
| HSL | 102.27º | 0.37% | 0.77% | - |
| HSV(B) | 102.27º | 0.2% | 0.85% | - |
| XYZ | 53.2 | 63.76 | 49.55 | - |
| YUV | 203.72 | 111.23 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 174 | 0.14 | 0 | 0.20 | 0.15 | 102.27 | 0.37 | 0.77 |
| Hex | BB | DA | AE | E | 0 | 14 | F | 66 | 25 | 4D |
| Octal | 273 | 332 | 256 | 16 | 0 | 24 | 17 | 146 | 45 | 115 |
| Binary | 10111011 | 11011010 | 10101110 | 1110 | 0 | 10100 | 1111 | 1100110 | 100101 | 1001101 |
Color Harmonies of #BBDAAE
Complementary color
Monochromatic Colors of #BBDAAE
Black with #BBDAAE
Text Example
Text Example
White with #BBDAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDAAE; }
p { color: rgb(187,218,174); }
H1.HeaderClassName
{
color: #BBDAAE;
}
.AnyTagClassName
{
color: #BBDAAE;
}
</style>
background-color css
<style>
a { background-color: #BBDAAE; }
a { background-color: rgb(187,218,174); }
div.DivClassName
{
background-color: #BBDAAE;
}
.BgClassName
{
background-color: #BBDAAE;
}
</style>
border-color css
<style>
span { border-color: #BBDAAE; }
span { border-color: rgb(187,218,174); }
td.TdClassName
{
border-color: #BBDAAE;
}
.TagClassName
{
border-color: #BBDAAE;
}
</style>