Shades of Madang #BBDAAC
Tints of Madang #BBDAAC
RGB
CMYK
RGB Variations
Color information
#BBDAAC (or 0xBBDAAC) is known color: Madang. HEX triplet: BB, DA and AC. RGB value is (187,218,172). Sum of RGB (Red+Green+Blue) = 187+218+172=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDAAC is #442553. Grayscale: #CBCBCB. Windows color (decimal): -4466004 or 11328187. OLE color: 11328187.
HSL color Cylindrical-coordinate representation of color #BBDAAC: hue angle of 100.43º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBDAAC is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 172 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.15 |
| HSL | 100.43º | 0.38% | 0.76% | - |
| HSV(B) | 100.43º | 0.21% | 0.85% | - |
| XYZ | 53.01 | 63.69 | 48.53 | - |
| YUV | 203.49 | 110.23 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 172 | 0.14 | 0 | 0.21 | 0.15 | 100.43 | 0.38 | 0.76 |
| Hex | BB | DA | AC | E | 0 | 15 | F | 64 | 26 | 4C |
| Octal | 273 | 332 | 254 | 16 | 0 | 25 | 17 | 144 | 46 | 114 |
| Binary | 10111011 | 11011010 | 10101100 | 1110 | 0 | 10101 | 1111 | 1100100 | 100110 | 1001100 |
Color Harmonies of #BBDAAC
Complementary color
Monochromatic Colors of #BBDAAC
Black with #BBDAAC
Text Example
Text Example
White with #BBDAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDAAC; }
p { color: rgb(187,218,172); }
H1.HeaderClassName
{
color: #BBDAAC;
}
.AnyTagClassName
{
color: #BBDAAC;
}
</style>
background-color css
<style>
a { background-color: #BBDAAC; }
a { background-color: rgb(187,218,172); }
div.DivClassName
{
background-color: #BBDAAC;
}
.BgClassName
{
background-color: #BBDAAC;
}
</style>
border-color css
<style>
span { border-color: #BBDAAC; }
span { border-color: rgb(187,218,172); }
td.TdClassName
{
border-color: #BBDAAC;
}
.TagClassName
{
border-color: #BBDAAC;
}
</style>