Shades of Madang #BCDDAB
Tints of Madang #BCDDAB
RGB
CMYK
RGB Variations
Color information
#BCDDAB (or 0xBCDDAB) is known color: Madang. HEX triplet: BC, DD and AB. RGB value is (188,221,171). Sum of RGB (Red+Green+Blue) = 188+221+171=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 171 (67.19% from 255 or 29.48% from 580); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDDAB is #432254. Grayscale: #CDCDCD. Windows color (decimal): -4399701 or 11263420. OLE color: 11263420.
HSL color Cylindrical-coordinate representation of color #BCDDAB: hue angle of 99.6º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCDDAB is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
RGB | 188 | 221 | 171 | - |
CMYK | 0.15 | 0 | 0.23 | 0.13 |
HSL | 99.6º | 0.42% | 0.77% | - |
HSV(B) | 99.6º | 0.23% | 0.87% | - |
XYZ | 53.95 | 65.34 | 48.3 | - |
YUV | 205.43 | 108.57 | 115.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 221 | 171 | 0.15 | 0 | 0.23 | 0.13 | 99.6 | 0.42 | 0.77 |
Hex | BC | DD | AB | F | 0 | 17 | D | 64 | 2A | 4D |
Octal | 274 | 335 | 253 | 17 | 0 | 27 | 15 | 144 | 52 | 115 |
Binary | 10111100 | 11011101 | 10101011 | 1111 | 0 | 10111 | 1101 | 1100100 | 101010 | 1001101 |
Color Harmonies of #BCDDAB
Complementary color
Monochromatic Colors of #BCDDAB
Black with #BCDDAB
Text Example
Text Example
White with #BCDDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDDAB; }
p { color: rgb(188,221,171); }
H1.HeaderClassName
{
color: #BCDDAB;
}
.AnyTagClassName
{
color: #BCDDAB;
}
</style>
background-color css
<style>
a { background-color: #BCDDAB; }
a { background-color: rgb(188,221,171); }
div.DivClassName
{
background-color: #BCDDAB;
}
.BgClassName
{
background-color: #BCDDAB;
}
</style>
border-color css
<style>
span { border-color: #BCDDAB; }
span { border-color: rgb(188,221,171); }
td.TdClassName
{
border-color: #BCDDAB;
}
.TagClassName
{
border-color: #BCDDAB;
}
</style>