Shades of Madang #BCE6AF
Tints of Madang #BCE6AF
RGB
CMYK
RGB Variations
Color information
#BCE6AF (or 0xBCE6AF) is known color: Madang. HEX triplet: BC, E6 and AF. RGB value is (188,230,175). Sum of RGB (Red+Green+Blue) = 188+230+175=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 230 (90.23% from 255 or 38.79% from 593); Blue value is 175 (68.75% from 255 or 29.51% from 593); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE6AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE6AF is #431950. Grayscale: #D3D3D3. Windows color (decimal): -4397393 or 11527868. OLE color: 11527868.
HSL color Cylindrical-coordinate representation of color #BCE6AF: hue angle of 105.82º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCE6AF is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 230 | 175 | - |
| CMYK | 0.18 | 0 | 0.24 | 0.10 |
| HSL | 105.82º | 0.52% | 0.79% | - |
| HSV(B) | 105.82º | 0.24% | 0.9% | - |
| XYZ | 56.77 | 70.38 | 51.15 | - |
| YUV | 211.17 | 107.59 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 230 | 175 | 0.18 | 0 | 0.24 | 0.10 | 105.82 | 0.52 | 0.79 |
| Hex | BC | E6 | AF | 12 | 0 | 18 | A | 6A | 34 | 4F |
| Octal | 274 | 346 | 257 | 22 | 0 | 30 | 12 | 152 | 64 | 117 |
| Binary | 10111100 | 11100110 | 10101111 | 10010 | 0 | 11000 | 1010 | 1101010 | 110100 | 1001111 |
Color Harmonies of #BCE6AF
Complementary color
Monochromatic Colors of #BCE6AF
Black with #BCE6AF
Text Example
Text Example
White with #BCE6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE6AF; }
p { color: rgb(188,230,175); }
H1.HeaderClassName
{
color: #BCE6AF;
}
.AnyTagClassName
{
color: #BCE6AF;
}
</style>
background-color css
<style>
a { background-color: #BCE6AF; }
a { background-color: rgb(188,230,175); }
div.DivClassName
{
background-color: #BCE6AF;
}
.BgClassName
{
background-color: #BCE6AF;
}
</style>
border-color css
<style>
span { border-color: #BCE6AF; }
span { border-color: rgb(188,230,175); }
td.TdClassName
{
border-color: #BCE6AF;
}
.TagClassName
{
border-color: #BCE6AF;
}
</style>