Shades of Madang #BCFF9B
Tints of Madang #BCFF9B
RGB
CMYK
RGB Variations
Color information
#BCFF9B (or 0xBCFF9B) is known color: Madang. HEX triplet: BC, FF and 9B. RGB value is (188,255,155). Sum of RGB (Red+Green+Blue) = 188+255+155=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 255 (100% from 255 or 42.64% from 598); Blue value is 155 (60.94% from 255 or 25.92% from 598); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFF9B is #430064. Grayscale: #DFDFDF. Windows color (decimal): -4391013 or 10223548. OLE color: 10223548.
HSL color Cylindrical-coordinate representation of color #BCFF9B: hue angle of 100.2º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCFF9B is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 155 | - |
| CMYK | 0.26 | 0 | 0.39 | 0 |
| HSL | 100.2º | 1% | 0.8% | - |
| HSV(B) | 100.2º | 0.39% | 1% | - |
| XYZ | 62.42 | 84.58 | 44.05 | - |
| YUV | 223.57 | 89.3 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 155 | 0.26 | 0 | 0.39 | 0 | 100.2 | 1 | 0.8 |
| Hex | BC | FF | 9B | 1A | 0 | 27 | 0 | 64 | 64 | 50 |
| Octal | 274 | 377 | 233 | 32 | 0 | 47 | 0 | 144 | 144 | 120 |
| Binary | 10111100 | 11111111 | 10011011 | 11010 | 0 | 100111 | 0 | 1100100 | 1100100 | 1010000 |
Color Harmonies of #BCFF9B
Complementary color
Monochromatic Colors of #BCFF9B
Black with #BCFF9B
Text Example
Text Example
White with #BCFF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF9B; }
p { color: rgb(188,255,155); }
H1.HeaderClassName
{
color: #BCFF9B;
}
.AnyTagClassName
{
color: #BCFF9B;
}
</style>
background-color css
<style>
a { background-color: #BCFF9B; }
a { background-color: rgb(188,255,155); }
div.DivClassName
{
background-color: #BCFF9B;
}
.BgClassName
{
background-color: #BCFF9B;
}
</style>
border-color css
<style>
span { border-color: #BCFF9B; }
span { border-color: rgb(188,255,155); }
td.TdClassName
{
border-color: #BCFF9B;
}
.TagClassName
{
border-color: #BCFF9B;
}
</style>