Shades of Madang #BCF99D
Tints of Madang #BCF99D
RGB
CMYK
RGB Variations
Color information
#BCF99D (or 0xBCF99D) is known color: Madang. HEX triplet: BC, F9 and 9D. RGB value is (188,249,157). Sum of RGB (Red+Green+Blue) = 188+249+157=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 249 (97.66% from 255 or 41.92% from 594); Blue value is 157 (61.72% from 255 or 26.43% from 594); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF99D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF99D is #430662. Grayscale: #DCDCDC. Windows color (decimal): -4392547 or 10353084. OLE color: 10353084.
HSL color Cylindrical-coordinate representation of color #BCF99D: hue angle of 99.78º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCF99D is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 249 | 157 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.02 |
| HSL | 99.78º | 0.88% | 0.8% | - |
| HSV(B) | 99.78º | 0.37% | 0.98% | - |
| XYZ | 60.7 | 80.88 | 44.31 | - |
| YUV | 220.27 | 92.29 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 249 | 157 | 0.24 | 0 | 0.37 | 0.02 | 99.78 | 0.88 | 0.8 |
| Hex | BC | F9 | 9D | 18 | 0 | 25 | 2 | 64 | 58 | 50 |
| Octal | 274 | 371 | 235 | 30 | 0 | 45 | 2 | 144 | 130 | 120 |
| Binary | 10111100 | 11111001 | 10011101 | 11000 | 0 | 100101 | 10 | 1100100 | 1011000 | 1010000 |
Color Harmonies of #BCF99D
Complementary color
Monochromatic Colors of #BCF99D
Black with #BCF99D
Text Example
Text Example
White with #BCF99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF99D; }
p { color: rgb(188,249,157); }
H1.HeaderClassName
{
color: #BCF99D;
}
.AnyTagClassName
{
color: #BCF99D;
}
</style>
background-color css
<style>
a { background-color: #BCF99D; }
a { background-color: rgb(188,249,157); }
div.DivClassName
{
background-color: #BCF99D;
}
.BgClassName
{
background-color: #BCF99D;
}
</style>
border-color css
<style>
span { border-color: #BCF99D; }
span { border-color: rgb(188,249,157); }
td.TdClassName
{
border-color: #BCF99D;
}
.TagClassName
{
border-color: #BCF99D;
}
</style>