Shades of Madang #BCECAF
Tints of Madang #BCECAF
RGB
CMYK
RGB Variations
Color information
#BCECAF (or 0xBCECAF) is known color: Madang. HEX triplet: BC, EC and AF. RGB value is (188,236,175). Sum of RGB (Red+Green+Blue) = 188+236+175=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 236 (92.58% from 255 or 39.40% from 599); Blue value is 175 (68.75% from 255 or 29.22% from 599); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCECAF is #431350. Grayscale: #D6D6D6. Windows color (decimal): -4395857 or 11529404. OLE color: 11529404.
HSL color Cylindrical-coordinate representation of color #BCECAF: hue angle of 107.21º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCECAF is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 175 | - |
| CMYK | 0.20 | 0 | 0.26 | 0.07 |
| HSL | 107.21º | 0.62% | 0.81% | - |
| HSV(B) | 107.21º | 0.26% | 0.93% | - |
| XYZ | 58.47 | 73.78 | 51.72 | - |
| YUV | 214.69 | 105.6 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 175 | 0.20 | 0 | 0.26 | 0.07 | 107.21 | 0.62 | 0.81 |
| Hex | BC | EC | AF | 14 | 0 | 1A | 7 | 6B | 3E | 51 |
| Octal | 274 | 354 | 257 | 24 | 0 | 32 | 7 | 153 | 76 | 121 |
| Binary | 10111100 | 11101100 | 10101111 | 10100 | 0 | 11010 | 111 | 1101011 | 111110 | 1010001 |
Color Harmonies of #BCECAF
Complementary color
Monochromatic Colors of #BCECAF
Black with #BCECAF
Text Example
Text Example
White with #BCECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCECAF; }
p { color: rgb(188,236,175); }
H1.HeaderClassName
{
color: #BCECAF;
}
.AnyTagClassName
{
color: #BCECAF;
}
</style>
background-color css
<style>
a { background-color: #BCECAF; }
a { background-color: rgb(188,236,175); }
div.DivClassName
{
background-color: #BCECAF;
}
.BgClassName
{
background-color: #BCECAF;
}
</style>
border-color css
<style>
span { border-color: #BCECAF; }
span { border-color: rgb(188,236,175); }
td.TdClassName
{
border-color: #BCECAF;
}
.TagClassName
{
border-color: #BCECAF;
}
</style>