Shades of Madang #BCFD9A
Tints of Madang #BCFD9A
RGB
CMYK
RGB Variations
Color information
#BCFD9A (or 0xBCFD9A) is known color: Madang. HEX triplet: BC, FD and 9A. RGB value is (188,253,154). Sum of RGB (Red+Green+Blue) = 188+253+154=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 154 (60.55% from 255 or 25.88% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFD9A is #430265. Grayscale: #DEDEDE. Windows color (decimal): -4391526 or 10157500. OLE color: 10157500.
HSL color Cylindrical-coordinate representation of color #BCFD9A: hue angle of 99.39º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCFD9A is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 154 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.01 |
| HSL | 99.39º | 0.96% | 0.8% | - |
| HSV(B) | 99.39º | 0.39% | 0.99% | - |
| XYZ | 61.7 | 83.28 | 43.39 | - |
| YUV | 222.28 | 89.47 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 154 | 0.26 | 0 | 0.39 | 0.01 | 99.39 | 0.96 | 0.8 |
| Hex | BC | FD | 9A | 1A | 0 | 27 | 1 | 63 | 60 | 50 |
| Octal | 274 | 375 | 232 | 32 | 0 | 47 | 1 | 143 | 140 | 120 |
| Binary | 10111100 | 11111101 | 10011010 | 11010 | 0 | 100111 | 1 | 1100011 | 1100000 | 1010000 |
Color Harmonies of #BCFD9A
Complementary color
Monochromatic Colors of #BCFD9A
Black with #BCFD9A
Text Example
Text Example
White with #BCFD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFD9A; }
p { color: rgb(188,253,154); }
H1.HeaderClassName
{
color: #BCFD9A;
}
.AnyTagClassName
{
color: #BCFD9A;
}
</style>
background-color css
<style>
a { background-color: #BCFD9A; }
a { background-color: rgb(188,253,154); }
div.DivClassName
{
background-color: #BCFD9A;
}
.BgClassName
{
background-color: #BCFD9A;
}
</style>
border-color css
<style>
span { border-color: #BCFD9A; }
span { border-color: rgb(188,253,154); }
td.TdClassName
{
border-color: #BCFD9A;
}
.TagClassName
{
border-color: #BCFD9A;
}
</style>