Shades of Madang #BCE6AB
Tints of Madang #BCE6AB
RGB
CMYK
RGB Variations
Color information
#BCE6AB (or 0xBCE6AB) is known color: Madang. HEX triplet: BC, E6 and AB. RGB value is (188,230,171). Sum of RGB (Red+Green+Blue) = 188+230+171=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 230 (90.23% from 255 or 39.05% from 589); Blue value is 171 (67.19% from 255 or 29.03% from 589); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE6AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE6AB is #431954. Grayscale: #D2D2D2. Windows color (decimal): -4397397 or 11265724. OLE color: 11265724.
HSL color Cylindrical-coordinate representation of color #BCE6AB: hue angle of 102.71º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCE6AB is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 230 | 171 | - |
| CMYK | 0.18 | 0 | 0.26 | 0.10 |
| HSL | 102.71º | 0.54% | 0.79% | - |
| HSV(B) | 102.71º | 0.26% | 0.9% | - |
| XYZ | 56.39 | 70.23 | 49.11 | - |
| YUV | 210.72 | 105.59 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 230 | 171 | 0.18 | 0 | 0.26 | 0.10 | 102.71 | 0.54 | 0.79 |
| Hex | BC | E6 | AB | 12 | 0 | 1A | A | 67 | 36 | 4F |
| Octal | 274 | 346 | 253 | 22 | 0 | 32 | 12 | 147 | 66 | 117 |
| Binary | 10111100 | 11100110 | 10101011 | 10010 | 0 | 11010 | 1010 | 1100111 | 110110 | 1001111 |
Color Harmonies of #BCE6AB
Complementary color
Monochromatic Colors of #BCE6AB
Black with #BCE6AB
Text Example
Text Example
White with #BCE6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE6AB; }
p { color: rgb(188,230,171); }
H1.HeaderClassName
{
color: #BCE6AB;
}
.AnyTagClassName
{
color: #BCE6AB;
}
</style>
background-color css
<style>
a { background-color: #BCE6AB; }
a { background-color: rgb(188,230,171); }
div.DivClassName
{
background-color: #BCE6AB;
}
.BgClassName
{
background-color: #BCE6AB;
}
</style>
border-color css
<style>
span { border-color: #BCE6AB; }
span { border-color: rgb(188,230,171); }
td.TdClassName
{
border-color: #BCE6AB;
}
.TagClassName
{
border-color: #BCE6AB;
}
</style>