Shades of Madang #BCE9AE
Tints of Madang #BCE9AE
RGB
CMYK
RGB Variations
Color information
#BCE9AE (or 0xBCE9AE) is known color: Madang. HEX triplet: BC, E9 and AE. RGB value is (188,233,174). Sum of RGB (Red+Green+Blue) = 188+233+174=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 233 (91.41% from 255 or 39.16% from 595); Blue value is 174 (68.36% from 255 or 29.24% from 595); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE9AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE9AE is #431651. Grayscale: #D5D5D5. Windows color (decimal): -4396626 or 11463100. OLE color: 11463100.
HSL color Cylindrical-coordinate representation of color #BCE9AE: hue angle of 105.76º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCE9AE is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 233 | 174 | - |
| CMYK | 0.19 | 0 | 0.25 | 0.09 |
| HSL | 105.76º | 0.57% | 0.8% | - |
| HSV(B) | 105.76º | 0.25% | 0.91% | - |
| XYZ | 57.52 | 72.03 | 50.92 | - |
| YUV | 212.82 | 106.09 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 233 | 174 | 0.19 | 0 | 0.25 | 0.09 | 105.76 | 0.57 | 0.8 |
| Hex | BC | E9 | AE | 13 | 0 | 19 | 9 | 6A | 39 | 50 |
| Octal | 274 | 351 | 256 | 23 | 0 | 31 | 11 | 152 | 71 | 120 |
| Binary | 10111100 | 11101001 | 10101110 | 10011 | 0 | 11001 | 1001 | 1101010 | 111001 | 1010000 |
Color Harmonies of #BCE9AE
Complementary color
Monochromatic Colors of #BCE9AE
Black with #BCE9AE
Text Example
Text Example
White with #BCE9AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE9AE; }
p { color: rgb(188,233,174); }
H1.HeaderClassName
{
color: #BCE9AE;
}
.AnyTagClassName
{
color: #BCE9AE;
}
</style>
background-color css
<style>
a { background-color: #BCE9AE; }
a { background-color: rgb(188,233,174); }
div.DivClassName
{
background-color: #BCE9AE;
}
.BgClassName
{
background-color: #BCE9AE;
}
</style>
border-color css
<style>
span { border-color: #BCE9AE; }
span { border-color: rgb(188,233,174); }
td.TdClassName
{
border-color: #BCE9AE;
}
.TagClassName
{
border-color: #BCE9AE;
}
</style>