Shades of Madang #BCF9A5
Tints of Madang #BCF9A5
RGB
CMYK
RGB Variations
Color information
#BCF9A5 (or 0xBCF9A5) is known color: Madang. HEX triplet: BC, F9 and A5. RGB value is (188,249,165). Sum of RGB (Red+Green+Blue) = 188+249+165=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 249 (97.66% from 255 or 41.36% from 602); Blue value is 165 (64.84% from 255 or 27.41% from 602); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF9A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF9A5 is #43065A. Grayscale: #DDDDDD. Windows color (decimal): -4392539 or 10877372. OLE color: 10877372.
HSL color Cylindrical-coordinate representation of color #BCF9A5: hue angle of 103.57º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCF9A5 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 249 | 165 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.02 |
| HSL | 103.57º | 0.88% | 0.81% | - |
| HSV(B) | 103.57º | 0.34% | 0.98% | - |
| XYZ | 61.41 | 81.16 | 48.03 | - |
| YUV | 221.19 | 96.29 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 249 | 165 | 0.24 | 0 | 0.34 | 0.02 | 103.57 | 0.88 | 0.81 |
| Hex | BC | F9 | A5 | 18 | 0 | 22 | 2 | 68 | 58 | 51 |
| Octal | 274 | 371 | 245 | 30 | 0 | 42 | 2 | 150 | 130 | 121 |
| Binary | 10111100 | 11111001 | 10100101 | 11000 | 0 | 100010 | 10 | 1101000 | 1011000 | 1010001 |
Color Harmonies of #BCF9A5
Complementary color
Monochromatic Colors of #BCF9A5
Black with #BCF9A5
Text Example
Text Example
White with #BCF9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF9A5; }
p { color: rgb(188,249,165); }
H1.HeaderClassName
{
color: #BCF9A5;
}
.AnyTagClassName
{
color: #BCF9A5;
}
</style>
background-color css
<style>
a { background-color: #BCF9A5; }
a { background-color: rgb(188,249,165); }
div.DivClassName
{
background-color: #BCF9A5;
}
.BgClassName
{
background-color: #BCF9A5;
}
</style>
border-color css
<style>
span { border-color: #BCF9A5; }
span { border-color: rgb(188,249,165); }
td.TdClassName
{
border-color: #BCF9A5;
}
.TagClassName
{
border-color: #BCF9A5;
}
</style>