Shades of Madang #BCEAAF
Tints of Madang #BCEAAF
RGB
CMYK
RGB Variations
Color information
#BCEAAF (or 0xBCEAAF) is known color: Madang. HEX triplet: BC, EA and AF. RGB value is (188,234,175). Sum of RGB (Red+Green+Blue) = 188+234+175=597 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.49% from 597); Green value is 234 (91.80% from 255 or 39.20% from 597); Blue value is 175 (68.75% from 255 or 29.31% from 597); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEAAF is #431550. Grayscale: #D5D5D5. Windows color (decimal): -4396369 or 11528892. OLE color: 11528892.
HSL color Cylindrical-coordinate representation of color #BCEAAF: hue angle of 106.78º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCEAAF is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 234 | 175 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.08 |
| HSL | 106.78º | 0.58% | 0.8% | - |
| HSV(B) | 106.78º | 0.25% | 0.92% | - |
| XYZ | 57.9 | 72.63 | 51.53 | - |
| YUV | 213.52 | 106.26 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 175 | 0.20 | 0 | 0.25 | 0.08 | 106.78 | 0.58 | 0.8 |
| Hex | BC | EA | AF | 14 | 0 | 19 | 8 | 6B | 3A | 50 |
| Octal | 274 | 352 | 257 | 24 | 0 | 31 | 10 | 153 | 72 | 120 |
| Binary | 10111100 | 11101010 | 10101111 | 10100 | 0 | 11001 | 1000 | 1101011 | 111010 | 1010000 |
Color Harmonies of #BCEAAF
Complementary color
Monochromatic Colors of #BCEAAF
Black with #BCEAAF
Text Example
Text Example
White with #BCEAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEAAF; }
p { color: rgb(188,234,175); }
H1.HeaderClassName
{
color: #BCEAAF;
}
.AnyTagClassName
{
color: #BCEAAF;
}
</style>
background-color css
<style>
a { background-color: #BCEAAF; }
a { background-color: rgb(188,234,175); }
div.DivClassName
{
background-color: #BCEAAF;
}
.BgClassName
{
background-color: #BCEAAF;
}
</style>
border-color css
<style>
span { border-color: #BCEAAF; }
span { border-color: rgb(188,234,175); }
td.TdClassName
{
border-color: #BCEAAF;
}
.TagClassName
{
border-color: #BCEAAF;
}
</style>