Shades of Madang #BCEB9B
Tints of Madang #BCEB9B
RGB
CMYK
RGB Variations
Color information
#BCEB9B (or 0xBCEB9B) is known color: Madang. HEX triplet: BC, EB and 9B. RGB value is (188,235,155). Sum of RGB (Red+Green+Blue) = 188+235+155=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 235 (92.19% from 255 or 40.66% from 578); Blue value is 155 (60.94% from 255 or 26.82% from 578); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEB9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEB9B is #431464. Grayscale: #D4D4D4. Windows color (decimal): -4396133 or 10218428. OLE color: 10218428.
HSL color Cylindrical-coordinate representation of color #BCEB9B: hue angle of 95.25º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCEB9B is Cyan = 0.2, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 235 | 155 | - |
| CMYK | 0.2 | 0 | 0.34 | 0.08 |
| HSL | 95.25º | 0.67% | 0.76% | - |
| HSV(B) | 95.25º | 0.34% | 0.92% | - |
| XYZ | 56.36 | 72.47 | 42.03 | - |
| YUV | 211.83 | 95.93 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 235 | 155 | 0.2 | 0 | 0.34 | 0.08 | 95.25 | 0.67 | 0.76 |
| Hex | BC | EB | 9B | 14 | 0 | 22 | 8 | 5F | 43 | 4C |
| Octal | 274 | 353 | 233 | 24 | 0 | 42 | 10 | 137 | 103 | 114 |
| Binary | 10111100 | 11101011 | 10011011 | 10100 | 0 | 100010 | 1000 | 1011111 | 1000011 | 1001100 |
Color Harmonies of #BCEB9B
Complementary color
Monochromatic Colors of #BCEB9B
Black with #BCEB9B
Text Example
Text Example
White with #BCEB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEB9B; }
p { color: rgb(188,235,155); }
H1.HeaderClassName
{
color: #BCEB9B;
}
.AnyTagClassName
{
color: #BCEB9B;
}
</style>
background-color css
<style>
a { background-color: #BCEB9B; }
a { background-color: rgb(188,235,155); }
div.DivClassName
{
background-color: #BCEB9B;
}
.BgClassName
{
background-color: #BCEB9B;
}
</style>
border-color css
<style>
span { border-color: #BCEB9B; }
span { border-color: rgb(188,235,155); }
td.TdClassName
{
border-color: #BCEB9B;
}
.TagClassName
{
border-color: #BCEB9B;
}
</style>