Shades of Madang #BCEEA4
Tints of Madang #BCEEA4
RGB
CMYK
RGB Variations
Color information
#BCEEA4 (or 0xBCEEA4) is known color: Madang. HEX triplet: BC, EE and A4. RGB value is (188,238,164). Sum of RGB (Red+Green+Blue) = 188+238+164=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 238 (93.36% from 255 or 40.34% from 590); Blue value is 164 (64.45% from 255 or 27.80% from 590); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEEA4 is #43115B. Grayscale: #D6D6D6. Windows color (decimal): -4395356 or 10809020. OLE color: 10809020.
HSL color Cylindrical-coordinate representation of color #BCEEA4: hue angle of 100.54º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCEEA4 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 238 | 164 | - |
| CMYK | 0.21 | 0 | 0.31 | 0.07 |
| HSL | 100.54º | 0.69% | 0.79% | - |
| HSV(B) | 100.54º | 0.31% | 0.93% | - |
| XYZ | 58.01 | 74.52 | 46.45 | - |
| YUV | 214.61 | 99.44 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 164 | 0.21 | 0 | 0.31 | 0.07 | 100.54 | 0.69 | 0.79 |
| Hex | BC | EE | A4 | 15 | 0 | 1F | 7 | 65 | 45 | 4F |
| Octal | 274 | 356 | 244 | 25 | 0 | 37 | 7 | 145 | 105 | 117 |
| Binary | 10111100 | 11101110 | 10100100 | 10101 | 0 | 11111 | 111 | 1100101 | 1000101 | 1001111 |
Color Harmonies of #BCEEA4
Complementary color
Monochromatic Colors of #BCEEA4
Black with #BCEEA4
Text Example
Text Example
White with #BCEEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEEA4; }
p { color: rgb(188,238,164); }
H1.HeaderClassName
{
color: #BCEEA4;
}
.AnyTagClassName
{
color: #BCEEA4;
}
</style>
background-color css
<style>
a { background-color: #BCEEA4; }
a { background-color: rgb(188,238,164); }
div.DivClassName
{
background-color: #BCEEA4;
}
.BgClassName
{
background-color: #BCEEA4;
}
</style>
border-color css
<style>
span { border-color: #BCEEA4; }
span { border-color: rgb(188,238,164); }
td.TdClassName
{
border-color: #BCEEA4;
}
.TagClassName
{
border-color: #BCEEA4;
}
</style>