Shades of Madang #BCEAA1
Tints of Madang #BCEAA1
RGB
CMYK
RGB Variations
Color information
#BCEAA1 (or 0xBCEAA1) is known color: Madang. HEX triplet: BC, EA and A1. RGB value is (188,234,161). Sum of RGB (Red+Green+Blue) = 188+234+161=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 234 (91.80% from 255 or 40.14% from 583); Blue value is 161 (63.28% from 255 or 27.62% from 583); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEAA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEAA1 is #43155E. Grayscale: #D4D4D4. Windows color (decimal): -4396383 or 10611388. OLE color: 10611388.
HSL color Cylindrical-coordinate representation of color #BCEAA1: hue angle of 97.81º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCEAA1 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 234 | 161 | - |
| CMYK | 0.20 | 0 | 0.31 | 0.08 |
| HSL | 97.81º | 0.63% | 0.77% | - |
| HSV(B) | 97.81º | 0.31% | 0.92% | - |
| XYZ | 56.59 | 72.11 | 44.65 | - |
| YUV | 211.92 | 99.26 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 161 | 0.20 | 0 | 0.31 | 0.08 | 97.81 | 0.63 | 0.77 |
| Hex | BC | EA | A1 | 14 | 0 | 1F | 8 | 62 | 3F | 4D |
| Octal | 274 | 352 | 241 | 24 | 0 | 37 | 10 | 142 | 77 | 115 |
| Binary | 10111100 | 11101010 | 10100001 | 10100 | 0 | 11111 | 1000 | 1100010 | 111111 | 1001101 |
Color Harmonies of #BCEAA1
Complementary color
Monochromatic Colors of #BCEAA1
Black with #BCEAA1
Text Example
Text Example
White with #BCEAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEAA1; }
p { color: rgb(188,234,161); }
H1.HeaderClassName
{
color: #BCEAA1;
}
.AnyTagClassName
{
color: #BCEAA1;
}
</style>
background-color css
<style>
a { background-color: #BCEAA1; }
a { background-color: rgb(188,234,161); }
div.DivClassName
{
background-color: #BCEAA1;
}
.BgClassName
{
background-color: #BCEAA1;
}
</style>
border-color css
<style>
span { border-color: #BCEAA1; }
span { border-color: rgb(188,234,161); }
td.TdClassName
{
border-color: #BCEAA1;
}
.TagClassName
{
border-color: #BCEAA1;
}
</style>