Shades of Fringy Flower #BCFABC
Tints of Fringy Flower #BCFABC
RGB
CMYK
RGB Variations
Color information
#BCFABC (or 0xBCFABC) is known color: Fringy Flower. HEX triplet: BC, FA and BC. RGB value is (188,250,188). Sum of RGB (Red+Green+Blue) = 188+250+188=626 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.03% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 188 (73.83% from 255 or 30.03% from 626); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFABC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFABC is #430543. Grayscale: #E0E0E0. Windows color (decimal): -4392260 or 12384956. OLE color: 12384956.
HSL color Cylindrical-coordinate representation of color #BCFABC: hue angle of 120º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFABC is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 250 | 188 | - |
| CMYK | 0.25 | 0 | 0.25 | 0.02 |
| HSL | 120º | 0.86% | 0.86% | - |
| HSV(B) | 120º | 0.25% | 0.98% | - |
| XYZ | 64 | 82.69 | 60.17 | - |
| YUV | 224.39 | 107.46 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 250 | 188 | 0.25 | 0 | 0.25 | 0.02 | 120 | 0.86 | 0.86 |
| Hex | BC | FA | BC | 19 | 0 | 19 | 2 | 78 | 56 | 56 |
| Octal | 274 | 372 | 274 | 31 | 0 | 31 | 2 | 170 | 126 | 126 |
| Binary | 10111100 | 11111010 | 10111100 | 11001 | 0 | 11001 | 10 | 1111000 | 1010110 | 1010110 |
Color Harmonies of #BCFABC
Complementary color
Monochromatic Colors of #BCFABC
Black with #BCFABC
Text Example
Text Example
White with #BCFABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFABC; }
p { color: rgb(188,250,188); }
H1.HeaderClassName
{
color: #BCFABC;
}
.AnyTagClassName
{
color: #BCFABC;
}
</style>
background-color css
<style>
a { background-color: #BCFABC; }
a { background-color: rgb(188,250,188); }
div.DivClassName
{
background-color: #BCFABC;
}
.BgClassName
{
background-color: #BCFABC;
}
</style>
border-color css
<style>
span { border-color: #BCFABC; }
span { border-color: rgb(188,250,188); }
td.TdClassName
{
border-color: #BCFABC;
}
.TagClassName
{
border-color: #BCFABC;
}
</style>