Shades of Fringy Flower #BCFEC0
Tints of Fringy Flower #BCFEC0
RGB
CMYK
RGB Variations
Color information
#BCFEC0 (or 0xBCFEC0) is known color: Fringy Flower. HEX triplet: BC, FE and C0. RGB value is (188,254,192). Sum of RGB (Red+Green+Blue) = 188+254+192=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 254 (99.61% from 255 or 40.06% from 634); Blue value is 192 (75.39% from 255 or 30.28% from 634); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFEC0 is #43013F. Grayscale: #E3E3E3. Windows color (decimal): -4391232 or 12648124. OLE color: 12648124.
HSL color Cylindrical-coordinate representation of color #BCFEC0: hue angle of 123.64º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFEC0 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 192 | - |
| CMYK | 0.26 | 0 | 0.24 | 0.00 |
| HSL | 123.64º | 0.97% | 0.87% | - |
| HSV(B) | 123.64º | 0.26% | 1% | - |
| XYZ | 65.7 | 85.38 | 62.89 | - |
| YUV | 227.2 | 108.13 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 192 | 0.26 | 0 | 0.24 | 0.00 | 123.64 | 0.97 | 0.87 |
| Hex | BC | FE | C0 | 1A | 0 | 18 | 0 | 7C | 61 | 57 |
| Octal | 274 | 376 | 300 | 32 | 0 | 30 | 0 | 174 | 141 | 127 |
| Binary | 10111100 | 11111110 | 11000000 | 11010 | 0 | 11000 | 0 | 1111100 | 1100001 | 1010111 |
Color Harmonies of #BCFEC0
Complementary color
Monochromatic Colors of #BCFEC0
Black with #BCFEC0
Text Example
Text Example
White with #BCFEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFEC0; }
p { color: rgb(188,254,192); }
H1.HeaderClassName
{
color: #BCFEC0;
}
.AnyTagClassName
{
color: #BCFEC0;
}
</style>
background-color css
<style>
a { background-color: #BCFEC0; }
a { background-color: rgb(188,254,192); }
div.DivClassName
{
background-color: #BCFEC0;
}
.BgClassName
{
background-color: #BCFEC0;
}
</style>
border-color css
<style>
span { border-color: #BCFEC0; }
span { border-color: rgb(188,254,192); }
td.TdClassName
{
border-color: #BCFEC0;
}
.TagClassName
{
border-color: #BCFEC0;
}
</style>