Shades of Madang #BCEEB2
Tints of Madang #BCEEB2
RGB
CMYK
RGB Variations
Color information
#BCEEB2 (or 0xBCEEB2) is known color: Madang. HEX triplet: BC, EE and B2. RGB value is (188,238,178). Sum of RGB (Red+Green+Blue) = 188+238+178=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 238 (93.36% from 255 or 39.40% from 604); Blue value is 178 (69.92% from 255 or 29.47% from 604); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEEB2 is #43114D. Grayscale: #D8D8D8. Windows color (decimal): -4395342 or 11726524. OLE color: 11726524.
HSL color Cylindrical-coordinate representation of color #BCEEB2: hue angle of 110º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCEEB2 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 238 | 178 | - |
| CMYK | 0.21 | 0 | 0.25 | 0.07 |
| HSL | 110º | 0.64% | 0.82% | - |
| HSV(B) | 110º | 0.25% | 0.93% | - |
| XYZ | 59.35 | 75.05 | 53.48 | - |
| YUV | 216.21 | 106.44 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 178 | 0.21 | 0 | 0.25 | 0.07 | 110 | 0.64 | 0.82 |
| Hex | BC | EE | B2 | 15 | 0 | 19 | 7 | 6E | 40 | 52 |
| Octal | 274 | 356 | 262 | 25 | 0 | 31 | 7 | 156 | 100 | 122 |
| Binary | 10111100 | 11101110 | 10110010 | 10101 | 0 | 11001 | 111 | 1101110 | 1000000 | 1010010 |
Color Harmonies of #BCEEB2
Complementary color
Monochromatic Colors of #BCEEB2
Black with #BCEEB2
Text Example
Text Example
White with #BCEEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEEB2; }
p { color: rgb(188,238,178); }
H1.HeaderClassName
{
color: #BCEEB2;
}
.AnyTagClassName
{
color: #BCEEB2;
}
</style>
background-color css
<style>
a { background-color: #BCEEB2; }
a { background-color: rgb(188,238,178); }
div.DivClassName
{
background-color: #BCEEB2;
}
.BgClassName
{
background-color: #BCEEB2;
}
</style>
border-color css
<style>
span { border-color: #BCEEB2; }
span { border-color: rgb(188,238,178); }
td.TdClassName
{
border-color: #BCEEB2;
}
.TagClassName
{
border-color: #BCEEB2;
}
</style>