Shades of Madang #BCE6AD
Tints of Madang #BCE6AD
RGB
CMYK
RGB Variations
Color information
#BCE6AD (or 0xBCE6AD) is known color: Madang. HEX triplet: BC, E6 and AD. RGB value is (188,230,173). Sum of RGB (Red+Green+Blue) = 188+230+173=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 230 (90.23% from 255 or 38.92% from 591); Blue value is 173 (67.97% from 255 or 29.27% from 591); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE6AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE6AD is #431952. Grayscale: #D3D3D3. Windows color (decimal): -4397395 or 11396796. OLE color: 11396796.
HSL color Cylindrical-coordinate representation of color #BCE6AD: hue angle of 104.21º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCE6AD is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 230 | 173 | - |
| CMYK | 0.18 | 0 | 0.25 | 0.10 |
| HSL | 104.21º | 0.53% | 0.79% | - |
| HSV(B) | 104.21º | 0.25% | 0.9% | - |
| XYZ | 56.58 | 70.3 | 50.12 | - |
| YUV | 210.94 | 106.59 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 230 | 173 | 0.18 | 0 | 0.25 | 0.10 | 104.21 | 0.53 | 0.79 |
| Hex | BC | E6 | AD | 12 | 0 | 19 | A | 68 | 35 | 4F |
| Octal | 274 | 346 | 255 | 22 | 0 | 31 | 12 | 150 | 65 | 117 |
| Binary | 10111100 | 11100110 | 10101101 | 10010 | 0 | 11001 | 1010 | 1101000 | 110101 | 1001111 |
Color Harmonies of #BCE6AD
Complementary color
Monochromatic Colors of #BCE6AD
Black with #BCE6AD
Text Example
Text Example
White with #BCE6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE6AD; }
p { color: rgb(188,230,173); }
H1.HeaderClassName
{
color: #BCE6AD;
}
.AnyTagClassName
{
color: #BCE6AD;
}
</style>
background-color css
<style>
a { background-color: #BCE6AD; }
a { background-color: rgb(188,230,173); }
div.DivClassName
{
background-color: #BCE6AD;
}
.BgClassName
{
background-color: #BCE6AD;
}
</style>
border-color css
<style>
span { border-color: #BCE6AD; }
span { border-color: rgb(188,230,173); }
td.TdClassName
{
border-color: #BCE6AD;
}
.TagClassName
{
border-color: #BCE6AD;
}
</style>