Shades of Madang #BCF09B
Tints of Madang #BCF09B
RGB
CMYK
RGB Variations
Color information
#BCF09B (or 0xBCF09B) is known color: Madang. HEX triplet: BC, F0 and 9B. RGB value is (188,240,155). Sum of RGB (Red+Green+Blue) = 188+240+155=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 240 (94.14% from 255 or 41.17% from 583); Blue value is 155 (60.94% from 255 or 26.59% from 583); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF09B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF09B is #430F64. Grayscale: #D7D7D7. Windows color (decimal): -4394853 or 10219708. OLE color: 10219708.
HSL color Cylindrical-coordinate representation of color #BCF09B: hue angle of 96.71º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCF09B is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 240 | 155 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.06 |
| HSL | 96.71º | 0.74% | 0.77% | - |
| HSV(B) | 96.71º | 0.35% | 0.94% | - |
| XYZ | 57.82 | 75.38 | 42.51 | - |
| YUV | 214.76 | 94.27 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 240 | 155 | 0.22 | 0 | 0.35 | 0.06 | 96.71 | 0.74 | 0.77 |
| Hex | BC | F0 | 9B | 16 | 0 | 23 | 6 | 61 | 4A | 4D |
| Octal | 274 | 360 | 233 | 26 | 0 | 43 | 6 | 141 | 112 | 115 |
| Binary | 10111100 | 11110000 | 10011011 | 10110 | 0 | 100011 | 110 | 1100001 | 1001010 | 1001101 |
Color Harmonies of #BCF09B
Complementary color
Monochromatic Colors of #BCF09B
Black with #BCF09B
Text Example
Text Example
White with #BCF09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF09B; }
p { color: rgb(188,240,155); }
H1.HeaderClassName
{
color: #BCF09B;
}
.AnyTagClassName
{
color: #BCF09B;
}
</style>
background-color css
<style>
a { background-color: #BCF09B; }
a { background-color: rgb(188,240,155); }
div.DivClassName
{
background-color: #BCF09B;
}
.BgClassName
{
background-color: #BCF09B;
}
</style>
border-color css
<style>
span { border-color: #BCF09B; }
span { border-color: rgb(188,240,155); }
td.TdClassName
{
border-color: #BCF09B;
}
.TagClassName
{
border-color: #BCF09B;
}
</style>