Shades of Fringy Flower #BCF5C0
Tints of Fringy Flower #BCF5C0
RGB
CMYK
RGB Variations
Color information
#BCF5C0 (or 0xBCF5C0) is known color: Fringy Flower. HEX triplet: BC, F5 and C0. RGB value is (188,245,192). Sum of RGB (Red+Green+Blue) = 188+245+192=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 245 (96.09% from 255 or 39.2% from 625); Blue value is 192 (75.39% from 255 or 30.72% from 625); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF5C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF5C0 is #430A3F. Grayscale: #DEDEDE. Windows color (decimal): -4393536 or 12645820. OLE color: 12645820.
HSL color Cylindrical-coordinate representation of color #BCF5C0: hue angle of 124.21º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF5C0 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 245 | 192 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.04 |
| HSL | 124.21º | 0.74% | 0.85% | - |
| HSV(B) | 124.21º | 0.23% | 0.96% | - |
| XYZ | 62.91 | 79.8 | 61.96 | - |
| YUV | 221.92 | 111.12 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 245 | 192 | 0.23 | 0 | 0.22 | 0.04 | 124.21 | 0.74 | 0.85 |
| Hex | BC | F5 | C0 | 17 | 0 | 16 | 4 | 7C | 4A | 55 |
| Octal | 274 | 365 | 300 | 27 | 0 | 26 | 4 | 174 | 112 | 125 |
| Binary | 10111100 | 11110101 | 11000000 | 10111 | 0 | 10110 | 100 | 1111100 | 1001010 | 1010101 |
Color Harmonies of #BCF5C0
Complementary color
Monochromatic Colors of #BCF5C0
Black with #BCF5C0
Text Example
Text Example
White with #BCF5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF5C0; }
p { color: rgb(188,245,192); }
H1.HeaderClassName
{
color: #BCF5C0;
}
.AnyTagClassName
{
color: #BCF5C0;
}
</style>
background-color css
<style>
a { background-color: #BCF5C0; }
a { background-color: rgb(188,245,192); }
div.DivClassName
{
background-color: #BCF5C0;
}
.BgClassName
{
background-color: #BCF5C0;
}
</style>
border-color css
<style>
span { border-color: #BCF5C0; }
span { border-color: rgb(188,245,192); }
td.TdClassName
{
border-color: #BCF5C0;
}
.TagClassName
{
border-color: #BCF5C0;
}
</style>