Shades of Madang #BCEEB0
Tints of Madang #BCEEB0
RGB
CMYK
RGB Variations
Color information
#BCEEB0 (or 0xBCEEB0) is known color: Madang. HEX triplet: BC, EE and B0. RGB value is (188,238,176). Sum of RGB (Red+Green+Blue) = 188+238+176=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 238 (93.36% from 255 or 39.53% from 602); Blue value is 176 (69.14% from 255 or 29.24% from 602); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEEB0 is #43114F. Grayscale: #D8D8D8. Windows color (decimal): -4395344 or 11595452. OLE color: 11595452.
HSL color Cylindrical-coordinate representation of color #BCEEB0: hue angle of 108.39º degrees, saturation: 0.65, 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 #BCEEB0 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 238 | 176 | - |
| CMYK | 0.21 | 0 | 0.26 | 0.07 |
| HSL | 108.39º | 0.65% | 0.81% | - |
| HSV(B) | 108.39º | 0.26% | 0.93% | - |
| XYZ | 59.15 | 74.98 | 52.43 | - |
| YUV | 215.98 | 105.44 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 176 | 0.21 | 0 | 0.26 | 0.07 | 108.39 | 0.65 | 0.81 |
| Hex | BC | EE | B0 | 15 | 0 | 1A | 7 | 6C | 41 | 51 |
| Octal | 274 | 356 | 260 | 25 | 0 | 32 | 7 | 154 | 101 | 121 |
| Binary | 10111100 | 11101110 | 10110000 | 10101 | 0 | 11010 | 111 | 1101100 | 1000001 | 1010001 |
Color Harmonies of #BCEEB0
Complementary color
Monochromatic Colors of #BCEEB0
Black with #BCEEB0
Text Example
Text Example
White with #BCEEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEEB0; }
p { color: rgb(188,238,176); }
H1.HeaderClassName
{
color: #BCEEB0;
}
.AnyTagClassName
{
color: #BCEEB0;
}
</style>
background-color css
<style>
a { background-color: #BCEEB0; }
a { background-color: rgb(188,238,176); }
div.DivClassName
{
background-color: #BCEEB0;
}
.BgClassName
{
background-color: #BCEEB0;
}
</style>
border-color css
<style>
span { border-color: #BCEEB0; }
span { border-color: rgb(188,238,176); }
td.TdClassName
{
border-color: #BCEEB0;
}
.TagClassName
{
border-color: #BCEEB0;
}
</style>