Shades of Fringy Flower #BCDFBF
Tints of Fringy Flower #BCDFBF
RGB
CMYK
RGB Variations
Color information
#BCDFBF (or 0xBCDFBF) is known color: Fringy Flower. HEX triplet: BC, DF and BF. RGB value is (188,223,191). Sum of RGB (Red+Green+Blue) = 188+223+191=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 191 (75% from 255 or 31.73% from 602); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFBF is #432040. Grayscale: #D0D0D0. Windows color (decimal): -4399169 or 12574652. OLE color: 12574652.
HSL color Cylindrical-coordinate representation of color #BCDFBF: hue angle of 125.14º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCDFBF is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 191 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.13 |
| HSL | 125.14º | 0.35% | 0.81% | - |
| HSV(B) | 125.14º | 0.16% | 0.87% | - |
| XYZ | 56.53 | 67.23 | 59.29 | - |
| YUV | 208.89 | 117.9 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 191 | 0.16 | 0 | 0.14 | 0.13 | 125.14 | 0.35 | 0.81 |
| Hex | BC | DF | BF | 10 | 0 | E | D | 7D | 23 | 51 |
| Octal | 274 | 337 | 277 | 20 | 0 | 16 | 15 | 175 | 43 | 121 |
| Binary | 10111100 | 11011111 | 10111111 | 10000 | 0 | 1110 | 1101 | 1111101 | 100011 | 1010001 |
Color Harmonies of #BCDFBF
Complementary color
Monochromatic Colors of #BCDFBF
Black with #BCDFBF
Text Example
Text Example
White with #BCDFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDFBF; }
p { color: rgb(188,223,191); }
H1.HeaderClassName
{
color: #BCDFBF;
}
.AnyTagClassName
{
color: #BCDFBF;
}
</style>
background-color css
<style>
a { background-color: #BCDFBF; }
a { background-color: rgb(188,223,191); }
div.DivClassName
{
background-color: #BCDFBF;
}
.BgClassName
{
background-color: #BCDFBF;
}
</style>
border-color css
<style>
span { border-color: #BCDFBF; }
span { border-color: rgb(188,223,191); }
td.TdClassName
{
border-color: #BCDFBF;
}
.TagClassName
{
border-color: #BCDFBF;
}
</style>