Shades of Madang #BCEAB2
Tints of Madang #BCEAB2
RGB
CMYK
RGB Variations
Color information
#BCEAB2 (or 0xBCEAB2) is known color: Madang. HEX triplet: BC, EA and B2. RGB value is (188,234,178). Sum of RGB (Red+Green+Blue) = 188+234+178=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 234 (91.80% from 255 or 39% from 600); Blue value is 178 (69.92% from 255 or 29.67% from 600); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEAB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEAB2 is #43154D. Grayscale: #D6D6D6. Windows color (decimal): -4396366 or 11725500. OLE color: 11725500.
HSL color Cylindrical-coordinate representation of color #BCEAB2: hue angle of 109.29º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCEAB2 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 234 | 178 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.08 |
| HSL | 109.29º | 0.57% | 0.81% | - |
| HSV(B) | 109.29º | 0.24% | 0.92% | - |
| XYZ | 58.2 | 72.75 | 53.09 | - |
| YUV | 213.86 | 107.76 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 178 | 0.20 | 0 | 0.24 | 0.08 | 109.29 | 0.57 | 0.81 |
| Hex | BC | EA | B2 | 14 | 0 | 18 | 8 | 6D | 39 | 51 |
| Octal | 274 | 352 | 262 | 24 | 0 | 30 | 10 | 155 | 71 | 121 |
| Binary | 10111100 | 11101010 | 10110010 | 10100 | 0 | 11000 | 1000 | 1101101 | 111001 | 1010001 |
Color Harmonies of #BCEAB2
Complementary color
Monochromatic Colors of #BCEAB2
Black with #BCEAB2
Text Example
Text Example
White with #BCEAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEAB2; }
p { color: rgb(188,234,178); }
H1.HeaderClassName
{
color: #BCEAB2;
}
.AnyTagClassName
{
color: #BCEAB2;
}
</style>
background-color css
<style>
a { background-color: #BCEAB2; }
a { background-color: rgb(188,234,178); }
div.DivClassName
{
background-color: #BCEAB2;
}
.BgClassName
{
background-color: #BCEAB2;
}
</style>
border-color css
<style>
span { border-color: #BCEAB2; }
span { border-color: rgb(188,234,178); }
td.TdClassName
{
border-color: #BCEAB2;
}
.TagClassName
{
border-color: #BCEAB2;
}
</style>