Shades of Madang #BCF0AF
Tints of Madang #BCF0AF
RGB
CMYK
RGB Variations
Color information
#BCF0AF (or 0xBCF0AF) is known color: Madang. HEX triplet: BC, F0 and AF. RGB value is (188,240,175). Sum of RGB (Red+Green+Blue) = 188+240+175=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 240 (94.14% from 255 or 39.80% from 603); Blue value is 175 (68.75% from 255 or 29.02% from 603); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF0AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF0AF is #430F50. Grayscale: #D9D9D9. Windows color (decimal): -4394833 or 11530428. OLE color: 11530428.
HSL color Cylindrical-coordinate representation of color #BCF0AF: hue angle of 108º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCF0AF is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 240 | 175 | - |
| CMYK | 0.22 | 0 | 0.27 | 0.06 |
| HSL | 108º | 0.68% | 0.81% | - |
| HSV(B) | 108º | 0.27% | 0.94% | - |
| XYZ | 59.64 | 76.11 | 52.1 | - |
| YUV | 217.04 | 104.27 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 240 | 175 | 0.22 | 0 | 0.27 | 0.06 | 108 | 0.68 | 0.81 |
| Hex | BC | F0 | AF | 16 | 0 | 1B | 6 | 6C | 44 | 51 |
| Octal | 274 | 360 | 257 | 26 | 0 | 33 | 6 | 154 | 104 | 121 |
| Binary | 10111100 | 11110000 | 10101111 | 10110 | 0 | 11011 | 110 | 1101100 | 1000100 | 1010001 |
Color Harmonies of #BCF0AF
Complementary color
Monochromatic Colors of #BCF0AF
Black with #BCF0AF
Text Example
Text Example
White with #BCF0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF0AF; }
p { color: rgb(188,240,175); }
H1.HeaderClassName
{
color: #BCF0AF;
}
.AnyTagClassName
{
color: #BCF0AF;
}
</style>
background-color css
<style>
a { background-color: #BCF0AF; }
a { background-color: rgb(188,240,175); }
div.DivClassName
{
background-color: #BCF0AF;
}
.BgClassName
{
background-color: #BCF0AF;
}
</style>
border-color css
<style>
span { border-color: #BCF0AF; }
span { border-color: rgb(188,240,175); }
td.TdClassName
{
border-color: #BCF0AF;
}
.TagClassName
{
border-color: #BCF0AF;
}
</style>