Shades of Madang #BCEEA1
Tints of Madang #BCEEA1
RGB
CMYK
RGB Variations
Color information
#BCEEA1 (or 0xBCEEA1) is known color: Madang. HEX triplet: BC, EE and A1. RGB value is (188,238,161). Sum of RGB (Red+Green+Blue) = 188+238+161=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 238 (93.36% from 255 or 40.55% from 587); Blue value is 161 (63.28% from 255 or 27.43% from 587); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEEA1 is #43115E. Grayscale: #D6D6D6. Windows color (decimal): -4395359 or 10612412. OLE color: 10612412.
HSL color Cylindrical-coordinate representation of color #BCEEA1: hue angle of 98.96º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCEEA1 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 238 | 161 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.07 |
| HSL | 98.96º | 0.69% | 0.78% | - |
| HSV(B) | 98.96º | 0.32% | 0.93% | - |
| XYZ | 57.75 | 74.41 | 45.04 | - |
| YUV | 214.27 | 97.94 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 161 | 0.21 | 0 | 0.32 | 0.07 | 98.96 | 0.69 | 0.78 |
| Hex | BC | EE | A1 | 15 | 0 | 20 | 7 | 63 | 45 | 4E |
| Octal | 274 | 356 | 241 | 25 | 0 | 40 | 7 | 143 | 105 | 116 |
| Binary | 10111100 | 11101110 | 10100001 | 10101 | 0 | 100000 | 111 | 1100011 | 1000101 | 1001110 |
Color Harmonies of #BCEEA1
Complementary color
Monochromatic Colors of #BCEEA1
Black with #BCEEA1
Text Example
Text Example
White with #BCEEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEEA1; }
p { color: rgb(188,238,161); }
H1.HeaderClassName
{
color: #BCEEA1;
}
.AnyTagClassName
{
color: #BCEEA1;
}
</style>
background-color css
<style>
a { background-color: #BCEEA1; }
a { background-color: rgb(188,238,161); }
div.DivClassName
{
background-color: #BCEEA1;
}
.BgClassName
{
background-color: #BCEEA1;
}
</style>
border-color css
<style>
span { border-color: #BCEEA1; }
span { border-color: rgb(188,238,161); }
td.TdClassName
{
border-color: #BCEEA1;
}
.TagClassName
{
border-color: #BCEEA1;
}
</style>