Shades of Fringy Flower #BCF1B9
Tints of Fringy Flower #BCF1B9
RGB
CMYK
RGB Variations
Color information
#BCF1B9 (or 0xBCF1B9) is known color: Fringy Flower. HEX triplet: BC, F1 and B9. RGB value is (188,241,185). Sum of RGB (Red+Green+Blue) = 188+241+185=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 241 (94.53% from 255 or 39.25% from 614); Blue value is 185 (72.66% from 255 or 30.13% from 614); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF1B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF1B9 is #430E46. Grayscale: #DADADA. Windows color (decimal): -4394567 or 12186044. OLE color: 12186044.
HSL color Cylindrical-coordinate representation of color #BCF1B9: hue angle of 116.79º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF1B9 is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 241 | 185 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.05 |
| HSL | 116.79º | 0.67% | 0.84% | - |
| HSV(B) | 116.79º | 0.23% | 0.95% | - |
| XYZ | 60.95 | 77.1 | 57.57 | - |
| YUV | 218.77 | 108.94 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 241 | 185 | 0.22 | 0 | 0.23 | 0.05 | 116.79 | 0.67 | 0.84 |
| Hex | BC | F1 | B9 | 16 | 0 | 17 | 5 | 75 | 43 | 54 |
| Octal | 274 | 361 | 271 | 26 | 0 | 27 | 5 | 165 | 103 | 124 |
| Binary | 10111100 | 11110001 | 10111001 | 10110 | 0 | 10111 | 101 | 1110101 | 1000011 | 1010100 |
Color Harmonies of #BCF1B9
Complementary color
Monochromatic Colors of #BCF1B9
Black with #BCF1B9
Text Example
Text Example
White with #BCF1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF1B9; }
p { color: rgb(188,241,185); }
H1.HeaderClassName
{
color: #BCF1B9;
}
.AnyTagClassName
{
color: #BCF1B9;
}
</style>
background-color css
<style>
a { background-color: #BCF1B9; }
a { background-color: rgb(188,241,185); }
div.DivClassName
{
background-color: #BCF1B9;
}
.BgClassName
{
background-color: #BCF1B9;
}
</style>
border-color css
<style>
span { border-color: #BCF1B9; }
span { border-color: rgb(188,241,185); }
td.TdClassName
{
border-color: #BCF1B9;
}
.TagClassName
{
border-color: #BCF1B9;
}
</style>