Shades of Madang #BCEAB6
Tints of Madang #BCEAB6
RGB
CMYK
RGB Variations
Color information
#BCEAB6 (or 0xBCEAB6) is known color: Madang. HEX triplet: BC, EA and B6. RGB value is (188,234,182). Sum of RGB (Red+Green+Blue) = 188+234+182=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 182 (71.48% from 255 or 30.13% from 604); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEAB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEAB6 is #431549. Grayscale: #D6D6D6. Windows color (decimal): -4396362 or 11987644. OLE color: 11987644.
HSL color Cylindrical-coordinate representation of color #BCEAB6: hue angle of 113.08º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCEAB6 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 234 | 182 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.08 |
| HSL | 113.08º | 0.55% | 0.82% | - |
| HSV(B) | 113.08º | 0.22% | 0.92% | - |
| XYZ | 58.61 | 72.91 | 55.24 | - |
| YUV | 214.32 | 109.76 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 182 | 0.20 | 0 | 0.22 | 0.08 | 113.08 | 0.55 | 0.82 |
| Hex | BC | EA | B6 | 14 | 0 | 16 | 8 | 71 | 37 | 52 |
| Octal | 274 | 352 | 266 | 24 | 0 | 26 | 10 | 161 | 67 | 122 |
| Binary | 10111100 | 11101010 | 10110110 | 10100 | 0 | 10110 | 1000 | 1110001 | 110111 | 1010010 |
Color Harmonies of #BCEAB6
Complementary color
Monochromatic Colors of #BCEAB6
Black with #BCEAB6
Text Example
Text Example
White with #BCEAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEAB6; }
p { color: rgb(188,234,182); }
H1.HeaderClassName
{
color: #BCEAB6;
}
.AnyTagClassName
{
color: #BCEAB6;
}
</style>
background-color css
<style>
a { background-color: #BCEAB6; }
a { background-color: rgb(188,234,182); }
div.DivClassName
{
background-color: #BCEAB6;
}
.BgClassName
{
background-color: #BCEAB6;
}
</style>
border-color css
<style>
span { border-color: #BCEAB6; }
span { border-color: rgb(188,234,182); }
td.TdClassName
{
border-color: #BCEAB6;
}
.TagClassName
{
border-color: #BCEAB6;
}
</style>