Shades of Madang #BCEAAC
Tints of Madang #BCEAAC
RGB
CMYK
RGB Variations
Color information
#BCEAAC (or 0xBCEAAC) is known color: Madang. HEX triplet: BC, EA and AC. RGB value is (188,234,172). Sum of RGB (Red+Green+Blue) = 188+234+172=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 234 (91.80% from 255 or 39.39% from 594); Blue value is 172 (67.58% from 255 or 28.96% from 594); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEAAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEAAC is #431553. Grayscale: #D5D5D5. Windows color (decimal): -4396372 or 11332284. OLE color: 11332284.
HSL color Cylindrical-coordinate representation of color #BCEAAC: hue angle of 104.52º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCEAAC is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 234 | 172 | - |
| CMYK | 0.20 | 0 | 0.26 | 0.08 |
| HSL | 104.52º | 0.6% | 0.8% | - |
| HSV(B) | 104.52º | 0.26% | 0.92% | - |
| XYZ | 57.61 | 72.52 | 49.99 | - |
| YUV | 213.18 | 104.76 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 172 | 0.20 | 0 | 0.26 | 0.08 | 104.52 | 0.6 | 0.8 |
| Hex | BC | EA | AC | 14 | 0 | 1A | 8 | 69 | 3C | 50 |
| Octal | 274 | 352 | 254 | 24 | 0 | 32 | 10 | 151 | 74 | 120 |
| Binary | 10111100 | 11101010 | 10101100 | 10100 | 0 | 11010 | 1000 | 1101001 | 111100 | 1010000 |
Color Harmonies of #BCEAAC
Complementary color
Monochromatic Colors of #BCEAAC
Black with #BCEAAC
Text Example
Text Example
White with #BCEAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEAAC; }
p { color: rgb(188,234,172); }
H1.HeaderClassName
{
color: #BCEAAC;
}
.AnyTagClassName
{
color: #BCEAAC;
}
</style>
background-color css
<style>
a { background-color: #BCEAAC; }
a { background-color: rgb(188,234,172); }
div.DivClassName
{
background-color: #BCEAAC;
}
.BgClassName
{
background-color: #BCEAAC;
}
</style>
border-color css
<style>
span { border-color: #BCEAAC; }
span { border-color: rgb(188,234,172); }
td.TdClassName
{
border-color: #BCEAAC;
}
.TagClassName
{
border-color: #BCEAAC;
}
</style>