Shades of Fringy Flower #BCF6BA
Tints of Fringy Flower #BCF6BA
RGB
CMYK
RGB Variations
Color information
#BCF6BA (or 0xBCF6BA) is known color: Fringy Flower. HEX triplet: BC, F6 and BA. RGB value is (188,246,186). Sum of RGB (Red+Green+Blue) = 188+246+186=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 246 (96.48% from 255 or 39.68% from 620); Blue value is 186 (73.05% from 255 or 30% from 620); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF6BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF6BA is #430945. Grayscale: #DEDEDE. Windows color (decimal): -4393286 or 12252860. OLE color: 12252860.
HSL color Cylindrical-coordinate representation of color #BCF6BA: hue angle of 118º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF6BA is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 246 | 186 | - |
| CMYK | 0.24 | 0 | 0.24 | 0.04 |
| HSL | 118º | 0.77% | 0.85% | - |
| HSV(B) | 118º | 0.24% | 0.96% | - |
| XYZ | 62.56 | 80.15 | 58.63 | - |
| YUV | 221.82 | 107.78 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 246 | 186 | 0.24 | 0 | 0.24 | 0.04 | 118 | 0.77 | 0.85 |
| Hex | BC | F6 | BA | 18 | 0 | 18 | 4 | 76 | 4D | 55 |
| Octal | 274 | 366 | 272 | 30 | 0 | 30 | 4 | 166 | 115 | 125 |
| Binary | 10111100 | 11110110 | 10111010 | 11000 | 0 | 11000 | 100 | 1110110 | 1001101 | 1010101 |
Color Harmonies of #BCF6BA
Complementary color
Monochromatic Colors of #BCF6BA
Black with #BCF6BA
Text Example
Text Example
White with #BCF6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF6BA; }
p { color: rgb(188,246,186); }
H1.HeaderClassName
{
color: #BCF6BA;
}
.AnyTagClassName
{
color: #BCF6BA;
}
</style>
background-color css
<style>
a { background-color: #BCF6BA; }
a { background-color: rgb(188,246,186); }
div.DivClassName
{
background-color: #BCF6BA;
}
.BgClassName
{
background-color: #BCF6BA;
}
</style>
border-color css
<style>
span { border-color: #BCF6BA; }
span { border-color: rgb(188,246,186); }
td.TdClassName
{
border-color: #BCF6BA;
}
.TagClassName
{
border-color: #BCF6BA;
}
</style>