Shades of Madang #BCE6B6
Tints of Madang #BCE6B6
RGB
CMYK
RGB Variations
Color information
#BCE6B6 (or 0xBCE6B6) is known color: Madang. HEX triplet: BC, E6 and B6. RGB value is (188,230,182). Sum of RGB (Red+Green+Blue) = 188+230+182=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 230 (90.23% from 255 or 38.33% from 600); Blue value is 182 (71.48% from 255 or 30.33% from 600); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE6B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE6B6 is #431949. Grayscale: #D4D4D4. Windows color (decimal): -4397386 or 11986620. OLE color: 11986620.
HSL color Cylindrical-coordinate representation of color #BCE6B6: hue angle of 112.5º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCE6B6 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 230 | 182 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.10 |
| HSL | 112.5º | 0.49% | 0.81% | - |
| HSV(B) | 112.5º | 0.21% | 0.9% | - |
| XYZ | 57.48 | 70.66 | 54.87 | - |
| YUV | 211.97 | 111.09 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 230 | 182 | 0.18 | 0 | 0.21 | 0.10 | 112.5 | 0.49 | 0.81 |
| Hex | BC | E6 | B6 | 12 | 0 | 15 | A | 70 | 31 | 51 |
| Octal | 274 | 346 | 266 | 22 | 0 | 25 | 12 | 160 | 61 | 121 |
| Binary | 10111100 | 11100110 | 10110110 | 10010 | 0 | 10101 | 1010 | 1110000 | 110001 | 1010001 |
Color Harmonies of #BCE6B6
Complementary color
Monochromatic Colors of #BCE6B6
Black with #BCE6B6
Text Example
Text Example
White with #BCE6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE6B6; }
p { color: rgb(188,230,182); }
H1.HeaderClassName
{
color: #BCE6B6;
}
.AnyTagClassName
{
color: #BCE6B6;
}
</style>
background-color css
<style>
a { background-color: #BCE6B6; }
a { background-color: rgb(188,230,182); }
div.DivClassName
{
background-color: #BCE6B6;
}
.BgClassName
{
background-color: #BCE6B6;
}
</style>
border-color css
<style>
span { border-color: #BCE6B6; }
span { border-color: rgb(188,230,182); }
td.TdClassName
{
border-color: #BCE6B6;
}
.TagClassName
{
border-color: #BCE6B6;
}
</style>