Shades of Madang #BCF29B
Tints of Madang #BCF29B
RGB
CMYK
RGB Variations
Color information
#BCF29B (or 0xBCF29B) is known color: Madang. HEX triplet: BC, F2 and 9B. RGB value is (188,242,155). Sum of RGB (Red+Green+Blue) = 188+242+155=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 242 (94.92% from 255 or 41.37% from 585); Blue value is 155 (60.94% from 255 or 26.50% from 585); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF29B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF29B is #430D64. Grayscale: #D8D8D8. Windows color (decimal): -4394341 or 10220220. OLE color: 10220220.
HSL color Cylindrical-coordinate representation of color #BCF29B: hue angle of 97.24º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCF29B is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 155 | - |
| CMYK | 0.22 | 0 | 0.36 | 0.05 |
| HSL | 97.24º | 0.77% | 0.78% | - |
| HSV(B) | 97.24º | 0.36% | 0.95% | - |
| XYZ | 58.41 | 76.56 | 42.71 | - |
| YUV | 215.94 | 93.61 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 155 | 0.22 | 0 | 0.36 | 0.05 | 97.24 | 0.77 | 0.78 |
| Hex | BC | F2 | 9B | 16 | 0 | 24 | 5 | 61 | 4D | 4E |
| Octal | 274 | 362 | 233 | 26 | 0 | 44 | 5 | 141 | 115 | 116 |
| Binary | 10111100 | 11110010 | 10011011 | 10110 | 0 | 100100 | 101 | 1100001 | 1001101 | 1001110 |
Color Harmonies of #BCF29B
Complementary color
Monochromatic Colors of #BCF29B
Black with #BCF29B
Text Example
Text Example
White with #BCF29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF29B; }
p { color: rgb(188,242,155); }
H1.HeaderClassName
{
color: #BCF29B;
}
.AnyTagClassName
{
color: #BCF29B;
}
</style>
background-color css
<style>
a { background-color: #BCF29B; }
a { background-color: rgb(188,242,155); }
div.DivClassName
{
background-color: #BCF29B;
}
.BgClassName
{
background-color: #BCF29B;
}
</style>
border-color css
<style>
span { border-color: #BCF29B; }
span { border-color: rgb(188,242,155); }
td.TdClassName
{
border-color: #BCF29B;
}
.TagClassName
{
border-color: #BCF29B;
}
</style>