Shades of Madang #BCEAA2
Tints of Madang #BCEAA2
RGB
CMYK
RGB Variations
Color information
#BCEAA2 (or 0xBCEAA2) is known color: Madang. HEX triplet: BC, EA and A2. RGB value is (188,234,162). Sum of RGB (Red+Green+Blue) = 188+234+162=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 234 (91.80% from 255 or 40.07% from 584); Blue value is 162 (63.67% from 255 or 27.74% from 584); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEAA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEAA2 is #43155D. Grayscale: #D4D4D4. Windows color (decimal): -4396382 or 10676924. OLE color: 10676924.
HSL color Cylindrical-coordinate representation of color #BCEAA2: hue angle of 98.33º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCEAA2 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 234 | 162 | - |
| CMYK | 0.20 | 0 | 0.31 | 0.08 |
| HSL | 98.33º | 0.63% | 0.78% | - |
| HSV(B) | 98.33º | 0.31% | 0.92% | - |
| XYZ | 56.68 | 72.15 | 45.12 | - |
| YUV | 212.04 | 99.76 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 162 | 0.20 | 0 | 0.31 | 0.08 | 98.33 | 0.63 | 0.78 |
| Hex | BC | EA | A2 | 14 | 0 | 1F | 8 | 62 | 3F | 4E |
| Octal | 274 | 352 | 242 | 24 | 0 | 37 | 10 | 142 | 77 | 116 |
| Binary | 10111100 | 11101010 | 10100010 | 10100 | 0 | 11111 | 1000 | 1100010 | 111111 | 1001110 |
Color Harmonies of #BCEAA2
Complementary color
Monochromatic Colors of #BCEAA2
Black with #BCEAA2
Text Example
Text Example
White with #BCEAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEAA2; }
p { color: rgb(188,234,162); }
H1.HeaderClassName
{
color: #BCEAA2;
}
.AnyTagClassName
{
color: #BCEAA2;
}
</style>
background-color css
<style>
a { background-color: #BCEAA2; }
a { background-color: rgb(188,234,162); }
div.DivClassName
{
background-color: #BCEAA2;
}
.BgClassName
{
background-color: #BCEAA2;
}
</style>
border-color css
<style>
span { border-color: #BCEAA2; }
span { border-color: rgb(188,234,162); }
td.TdClassName
{
border-color: #BCEAA2;
}
.TagClassName
{
border-color: #BCEAA2;
}
</style>