Shades of Madang #BCE3A5
Tints of Madang #BCE3A5
RGB
CMYK
RGB Variations
Color information
#BCE3A5 (or 0xBCE3A5) is known color: Madang. HEX triplet: BC, E3 and A5. RGB value is (188,227,165). Sum of RGB (Red+Green+Blue) = 188+227+165=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 227 (89.06% from 255 or 39.14% from 580); Blue value is 165 (64.84% from 255 or 28.45% from 580); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE3A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE3A5 is #431C5A. Grayscale: #D0D0D0. Windows color (decimal): -4398171 or 10871740. OLE color: 10871740.
HSL color Cylindrical-coordinate representation of color #BCE3A5: hue angle of 97.74º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCE3A5 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 227 | 165 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.11 |
| HSL | 97.74º | 0.53% | 0.77% | - |
| HSV(B) | 97.74º | 0.27% | 0.89% | - |
| XYZ | 55 | 68.35 | 45.89 | - |
| YUV | 208.27 | 103.58 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 165 | 0.17 | 0 | 0.27 | 0.11 | 97.74 | 0.53 | 0.77 |
| Hex | BC | E3 | A5 | 11 | 0 | 1B | B | 62 | 35 | 4D |
| Octal | 274 | 343 | 245 | 21 | 0 | 33 | 13 | 142 | 65 | 115 |
| Binary | 10111100 | 11100011 | 10100101 | 10001 | 0 | 11011 | 1011 | 1100010 | 110101 | 1001101 |
Color Harmonies of #BCE3A5
Complementary color
Monochromatic Colors of #BCE3A5
Black with #BCE3A5
Text Example
Text Example
White with #BCE3A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE3A5; }
p { color: rgb(188,227,165); }
H1.HeaderClassName
{
color: #BCE3A5;
}
.AnyTagClassName
{
color: #BCE3A5;
}
</style>
background-color css
<style>
a { background-color: #BCE3A5; }
a { background-color: rgb(188,227,165); }
div.DivClassName
{
background-color: #BCE3A5;
}
.BgClassName
{
background-color: #BCE3A5;
}
</style>
border-color css
<style>
span { border-color: #BCE3A5; }
span { border-color: rgb(188,227,165); }
td.TdClassName
{
border-color: #BCE3A5;
}
.TagClassName
{
border-color: #BCE3A5;
}
</style>