Shades of Madang #BCE1AF
Tints of Madang #BCE1AF
RGB
CMYK
RGB Variations
Color information
#BCE1AF (or 0xBCE1AF) is known color: Madang. HEX triplet: BC, E1 and AF. RGB value is (188,225,175). Sum of RGB (Red+Green+Blue) = 188+225+175=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 225 (88.28% from 255 or 38.27% from 588); Blue value is 175 (68.75% from 255 or 29.76% from 588); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE1AF is #431E50. Grayscale: #D0D0D0. Windows color (decimal): -4398673 or 11526588. OLE color: 11526588.
HSL color Cylindrical-coordinate representation of color #BCE1AF: hue angle of 104.4º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCE1AF is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 225 | 175 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.12 |
| HSL | 104.4º | 0.45% | 0.78% | - |
| HSV(B) | 104.4º | 0.22% | 0.88% | - |
| XYZ | 55.4 | 67.64 | 50.69 | - |
| YUV | 208.24 | 109.24 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 175 | 0.16 | 0 | 0.22 | 0.12 | 104.4 | 0.45 | 0.78 |
| Hex | BC | E1 | AF | 10 | 0 | 16 | C | 68 | 2D | 4E |
| Octal | 274 | 341 | 257 | 20 | 0 | 26 | 14 | 150 | 55 | 116 |
| Binary | 10111100 | 11100001 | 10101111 | 10000 | 0 | 10110 | 1100 | 1101000 | 101101 | 1001110 |
Color Harmonies of #BCE1AF
Complementary color
Monochromatic Colors of #BCE1AF
Black with #BCE1AF
Text Example
Text Example
White with #BCE1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE1AF; }
p { color: rgb(188,225,175); }
H1.HeaderClassName
{
color: #BCE1AF;
}
.AnyTagClassName
{
color: #BCE1AF;
}
</style>
background-color css
<style>
a { background-color: #BCE1AF; }
a { background-color: rgb(188,225,175); }
div.DivClassName
{
background-color: #BCE1AF;
}
.BgClassName
{
background-color: #BCE1AF;
}
</style>
border-color css
<style>
span { border-color: #BCE1AF; }
span { border-color: rgb(188,225,175); }
td.TdClassName
{
border-color: #BCE1AF;
}
.TagClassName
{
border-color: #BCE1AF;
}
</style>