Shades of Madang #BCEEA2
Tints of Madang #BCEEA2
RGB
CMYK
RGB Variations
Color information
#BCEEA2 (or 0xBCEEA2) is known color: Madang. HEX triplet: BC, EE and A2. RGB value is (188,238,162). Sum of RGB (Red+Green+Blue) = 188+238+162=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 238 (93.36% from 255 or 40.48% from 588); Blue value is 162 (63.67% from 255 or 27.55% from 588); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEEA2 is #43115D. Grayscale: #D6D6D6. Windows color (decimal): -4395358 or 10677948. OLE color: 10677948.
HSL color Cylindrical-coordinate representation of color #BCEEA2: hue angle of 99.47º 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 #BCEEA2 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 238 | 162 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.07 |
| HSL | 99.47º | 0.69% | 0.78% | - |
| HSV(B) | 99.47º | 0.32% | 0.93% | - |
| XYZ | 57.84 | 74.45 | 45.5 | - |
| YUV | 214.39 | 98.44 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 162 | 0.21 | 0 | 0.32 | 0.07 | 99.47 | 0.69 | 0.78 |
| Hex | BC | EE | A2 | 15 | 0 | 20 | 7 | 63 | 45 | 4E |
| Octal | 274 | 356 | 242 | 25 | 0 | 40 | 7 | 143 | 105 | 116 |
| Binary | 10111100 | 11101110 | 10100010 | 10101 | 0 | 100000 | 111 | 1100011 | 1000101 | 1001110 |
Color Harmonies of #BCEEA2
Complementary color
Monochromatic Colors of #BCEEA2
Black with #BCEEA2
Text Example
Text Example
White with #BCEEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEEA2; }
p { color: rgb(188,238,162); }
H1.HeaderClassName
{
color: #BCEEA2;
}
.AnyTagClassName
{
color: #BCEEA2;
}
</style>
background-color css
<style>
a { background-color: #BCEEA2; }
a { background-color: rgb(188,238,162); }
div.DivClassName
{
background-color: #BCEEA2;
}
.BgClassName
{
background-color: #BCEEA2;
}
</style>
border-color css
<style>
span { border-color: #BCEEA2; }
span { border-color: rgb(188,238,162); }
td.TdClassName
{
border-color: #BCEEA2;
}
.TagClassName
{
border-color: #BCEEA2;
}
</style>