Shades of Madang #BCE9AF
Tints of Madang #BCE9AF
RGB
CMYK
RGB Variations
Color information
#BCE9AF (or 0xBCE9AF) is known color: Madang. HEX triplet: BC, E9 and AF. RGB value is (188,233,175). Sum of RGB (Red+Green+Blue) = 188+233+175=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 233 (91.41% from 255 or 39.09% from 596); Blue value is 175 (68.75% from 255 or 29.36% from 596); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE9AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE9AF is #431650. Grayscale: #D5D5D5. Windows color (decimal): -4396625 or 11528636. OLE color: 11528636.
HSL color Cylindrical-coordinate representation of color #BCE9AF: hue angle of 106.55º 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 #BCE9AF is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 233 | 175 | - |
| CMYK | 0.19 | 0 | 0.25 | 0.09 |
| HSL | 106.55º | 0.57% | 0.8% | - |
| HSV(B) | 106.55º | 0.25% | 0.91% | - |
| XYZ | 57.62 | 72.06 | 51.43 | - |
| YUV | 212.93 | 106.59 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 233 | 175 | 0.19 | 0 | 0.25 | 0.09 | 106.55 | 0.57 | 0.8 |
| Hex | BC | E9 | AF | 13 | 0 | 19 | 9 | 6B | 39 | 50 |
| Octal | 274 | 351 | 257 | 23 | 0 | 31 | 11 | 153 | 71 | 120 |
| Binary | 10111100 | 11101001 | 10101111 | 10011 | 0 | 11001 | 1001 | 1101011 | 111001 | 1010000 |
Color Harmonies of #BCE9AF
Complementary color
Monochromatic Colors of #BCE9AF
Black with #BCE9AF
Text Example
Text Example
White with #BCE9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE9AF; }
p { color: rgb(188,233,175); }
H1.HeaderClassName
{
color: #BCE9AF;
}
.AnyTagClassName
{
color: #BCE9AF;
}
</style>
background-color css
<style>
a { background-color: #BCE9AF; }
a { background-color: rgb(188,233,175); }
div.DivClassName
{
background-color: #BCE9AF;
}
.BgClassName
{
background-color: #BCE9AF;
}
</style>
border-color css
<style>
span { border-color: #BCE9AF; }
span { border-color: rgb(188,233,175); }
td.TdClassName
{
border-color: #BCE9AF;
}
.TagClassName
{
border-color: #BCE9AF;
}
</style>