Shades of Madang #BCEAB0
Tints of Madang #BCEAB0
RGB
CMYK
RGB Variations
Color information
#BCEAB0 (or 0xBCEAB0) is known color: Madang. HEX triplet: BC, EA and B0. RGB value is (188,234,176). Sum of RGB (Red+Green+Blue) = 188+234+176=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 234 (91.80% from 255 or 39.13% from 598); Blue value is 176 (69.14% from 255 or 29.43% from 598); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEAB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEAB0 is #43154F. Grayscale: #D5D5D5. Windows color (decimal): -4396368 or 11594428. OLE color: 11594428.
HSL color Cylindrical-coordinate representation of color #BCEAB0: hue angle of 107.59º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCEAB0 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 234 | 176 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.08 |
| HSL | 107.59º | 0.58% | 0.8% | - |
| HSV(B) | 107.59º | 0.25% | 0.92% | - |
| XYZ | 58 | 72.67 | 52.04 | - |
| YUV | 213.63 | 106.76 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 176 | 0.20 | 0 | 0.25 | 0.08 | 107.59 | 0.58 | 0.8 |
| Hex | BC | EA | B0 | 14 | 0 | 19 | 8 | 6C | 3A | 50 |
| Octal | 274 | 352 | 260 | 24 | 0 | 31 | 10 | 154 | 72 | 120 |
| Binary | 10111100 | 11101010 | 10110000 | 10100 | 0 | 11001 | 1000 | 1101100 | 111010 | 1010000 |
Color Harmonies of #BCEAB0
Complementary color
Monochromatic Colors of #BCEAB0
Black with #BCEAB0
Text Example
Text Example
White with #BCEAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEAB0; }
p { color: rgb(188,234,176); }
H1.HeaderClassName
{
color: #BCEAB0;
}
.AnyTagClassName
{
color: #BCEAB0;
}
</style>
background-color css
<style>
a { background-color: #BCEAB0; }
a { background-color: rgb(188,234,176); }
div.DivClassName
{
background-color: #BCEAB0;
}
.BgClassName
{
background-color: #BCEAB0;
}
</style>
border-color css
<style>
span { border-color: #BCEAB0; }
span { border-color: rgb(188,234,176); }
td.TdClassName
{
border-color: #BCEAB0;
}
.TagClassName
{
border-color: #BCEAB0;
}
</style>