Shades of Madang #BCEEB5
Tints of Madang #BCEEB5
RGB
CMYK
RGB Variations
Color information
#BCEEB5 (or 0xBCEEB5) is known color: Madang. HEX triplet: BC, EE and B5. RGB value is (188,238,181). Sum of RGB (Red+Green+Blue) = 188+238+181=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 238 (93.36% from 255 or 39.21% from 607); Blue value is 181 (71.09% from 255 or 29.82% from 607); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEEB5 is #43114A. Grayscale: #D8D8D8. Windows color (decimal): -4395339 or 11923132. OLE color: 11923132.
HSL color Cylindrical-coordinate representation of color #BCEEB5: hue angle of 112.63º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCEEB5 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 238 | 181 | - |
| CMYK | 0.21 | 0 | 0.24 | 0.07 |
| HSL | 112.63º | 0.63% | 0.82% | - |
| HSV(B) | 112.63º | 0.24% | 0.93% | - |
| XYZ | 59.65 | 75.18 | 55.08 | - |
| YUV | 216.55 | 107.94 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 181 | 0.21 | 0 | 0.24 | 0.07 | 112.63 | 0.63 | 0.82 |
| Hex | BC | EE | B5 | 15 | 0 | 18 | 7 | 71 | 3F | 52 |
| Octal | 274 | 356 | 265 | 25 | 0 | 30 | 7 | 161 | 77 | 122 |
| Binary | 10111100 | 11101110 | 10110101 | 10101 | 0 | 11000 | 111 | 1110001 | 111111 | 1010010 |
Color Harmonies of #BCEEB5
Complementary color
Monochromatic Colors of #BCEEB5
Black with #BCEEB5
Text Example
Text Example
White with #BCEEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEEB5; }
p { color: rgb(188,238,181); }
H1.HeaderClassName
{
color: #BCEEB5;
}
.AnyTagClassName
{
color: #BCEEB5;
}
</style>
background-color css
<style>
a { background-color: #BCEEB5; }
a { background-color: rgb(188,238,181); }
div.DivClassName
{
background-color: #BCEEB5;
}
.BgClassName
{
background-color: #BCEEB5;
}
</style>
border-color css
<style>
span { border-color: #BCEEB5; }
span { border-color: rgb(188,238,181); }
td.TdClassName
{
border-color: #BCEEB5;
}
.TagClassName
{
border-color: #BCEEB5;
}
</style>