Shades of Madang #BCF09A
Tints of Madang #BCF09A
RGB
CMYK
RGB Variations
Color information
#BCF09A (or 0xBCF09A) is known color: Madang. HEX triplet: BC, F0 and 9A. RGB value is (188,240,154). Sum of RGB (Red+Green+Blue) = 188+240+154=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 240 (94.14% from 255 or 41.24% from 582); Blue value is 154 (60.55% from 255 or 26.46% from 582); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF09A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF09A is #430F65. Grayscale: #D6D6D6. Windows color (decimal): -4394854 or 10154172. OLE color: 10154172.
HSL color Cylindrical-coordinate representation of color #BCF09A: hue angle of 96.28º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCF09A is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 240 | 154 | - |
| CMYK | 0.22 | 0 | 0.36 | 0.06 |
| HSL | 96.28º | 0.74% | 0.77% | - |
| HSV(B) | 96.28º | 0.36% | 0.94% | - |
| XYZ | 57.73 | 75.34 | 42.07 | - |
| YUV | 214.65 | 93.77 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 240 | 154 | 0.22 | 0 | 0.36 | 0.06 | 96.28 | 0.74 | 0.77 |
| Hex | BC | F0 | 9A | 16 | 0 | 24 | 6 | 60 | 4A | 4D |
| Octal | 274 | 360 | 232 | 26 | 0 | 44 | 6 | 140 | 112 | 115 |
| Binary | 10111100 | 11110000 | 10011010 | 10110 | 0 | 100100 | 110 | 1100000 | 1001010 | 1001101 |
Color Harmonies of #BCF09A
Complementary color
Monochromatic Colors of #BCF09A
Black with #BCF09A
Text Example
Text Example
White with #BCF09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF09A; }
p { color: rgb(188,240,154); }
H1.HeaderClassName
{
color: #BCF09A;
}
.AnyTagClassName
{
color: #BCF09A;
}
</style>
background-color css
<style>
a { background-color: #BCF09A; }
a { background-color: rgb(188,240,154); }
div.DivClassName
{
background-color: #BCF09A;
}
.BgClassName
{
background-color: #BCF09A;
}
</style>
border-color css
<style>
span { border-color: #BCF09A; }
span { border-color: rgb(188,240,154); }
td.TdClassName
{
border-color: #BCF09A;
}
.TagClassName
{
border-color: #BCF09A;
}
</style>