Shades of Madang #BCE7AA
Tints of Madang #BCE7AA
RGB
CMYK
RGB Variations
Color information
#BCE7AA (or 0xBCE7AA) is known color: Madang. HEX triplet: BC, E7 and AA. RGB value is (188,231,170). Sum of RGB (Red+Green+Blue) = 188+231+170=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 231 (90.62% from 255 or 39.22% from 589); Blue value is 170 (66.80% from 255 or 28.86% from 589); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE7AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE7AA is #431855. Grayscale: #D3D3D3. Windows color (decimal): -4397142 or 11200444. OLE color: 11200444.
HSL color Cylindrical-coordinate representation of color #BCE7AA: hue angle of 102.3º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCE7AA is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 231 | 170 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.09 |
| HSL | 102.3º | 0.56% | 0.79% | - |
| HSV(B) | 102.3º | 0.26% | 0.91% | - |
| XYZ | 56.57 | 70.75 | 48.7 | - |
| YUV | 211.19 | 104.75 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 231 | 170 | 0.19 | 0 | 0.26 | 0.09 | 102.3 | 0.56 | 0.79 |
| Hex | BC | E7 | AA | 13 | 0 | 1A | 9 | 66 | 38 | 4F |
| Octal | 274 | 347 | 252 | 23 | 0 | 32 | 11 | 146 | 70 | 117 |
| Binary | 10111100 | 11100111 | 10101010 | 10011 | 0 | 11010 | 1001 | 1100110 | 111000 | 1001111 |
Color Harmonies of #BCE7AA
Complementary color
Monochromatic Colors of #BCE7AA
Black with #BCE7AA
Text Example
Text Example
White with #BCE7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE7AA; }
p { color: rgb(188,231,170); }
H1.HeaderClassName
{
color: #BCE7AA;
}
.AnyTagClassName
{
color: #BCE7AA;
}
</style>
background-color css
<style>
a { background-color: #BCE7AA; }
a { background-color: rgb(188,231,170); }
div.DivClassName
{
background-color: #BCE7AA;
}
.BgClassName
{
background-color: #BCE7AA;
}
</style>
border-color css
<style>
span { border-color: #BCE7AA; }
span { border-color: rgb(188,231,170); }
td.TdClassName
{
border-color: #BCE7AA;
}
.TagClassName
{
border-color: #BCE7AA;
}
</style>