Shades of Madang #BCEEAC
Tints of Madang #BCEEAC
RGB
CMYK
RGB Variations
Color information
#BCEEAC (or 0xBCEEAC) is known color: Madang. HEX triplet: BC, EE and AC. RGB value is (188,238,172). Sum of RGB (Red+Green+Blue) = 188+238+172=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 238 (93.36% from 255 or 39.80% from 598); Blue value is 172 (67.58% from 255 or 28.76% from 598); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEEAC is #431153. Grayscale: #D7D7D7. Windows color (decimal): -4395348 or 11333308. OLE color: 11333308.
HSL color Cylindrical-coordinate representation of color #BCEEAC: hue angle of 105.45º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCEEAC is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 238 | 172 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.07 |
| HSL | 105.45º | 0.66% | 0.8% | - |
| HSV(B) | 105.45º | 0.28% | 0.93% | - |
| XYZ | 58.76 | 74.82 | 50.37 | - |
| YUV | 215.53 | 103.44 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 172 | 0.21 | 0 | 0.28 | 0.07 | 105.45 | 0.66 | 0.8 |
| Hex | BC | EE | AC | 15 | 0 | 1C | 7 | 69 | 42 | 50 |
| Octal | 274 | 356 | 254 | 25 | 0 | 34 | 7 | 151 | 102 | 120 |
| Binary | 10111100 | 11101110 | 10101100 | 10101 | 0 | 11100 | 111 | 1101001 | 1000010 | 1010000 |
Color Harmonies of #BCEEAC
Complementary color
Monochromatic Colors of #BCEEAC
Black with #BCEEAC
Text Example
Text Example
White with #BCEEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEEAC; }
p { color: rgb(188,238,172); }
H1.HeaderClassName
{
color: #BCEEAC;
}
.AnyTagClassName
{
color: #BCEEAC;
}
</style>
background-color css
<style>
a { background-color: #BCEEAC; }
a { background-color: rgb(188,238,172); }
div.DivClassName
{
background-color: #BCEEAC;
}
.BgClassName
{
background-color: #BCEEAC;
}
</style>
border-color css
<style>
span { border-color: #BCEEAC; }
span { border-color: rgb(188,238,172); }
td.TdClassName
{
border-color: #BCEEAC;
}
.TagClassName
{
border-color: #BCEEAC;
}
</style>