Shades of Fringy Flower #BCECBF
Tints of Fringy Flower #BCECBF
RGB
CMYK
RGB Variations
Color information
#BCECBF (or 0xBCECBF) is known color: Fringy Flower. HEX triplet: BC, EC and BF. RGB value is (188,236,191). Sum of RGB (Red+Green+Blue) = 188+236+191=615 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.57% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 191 (75% from 255 or 31.06% from 615); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCECBF is #431340. Grayscale: #D8D8D8. Windows color (decimal): -4395841 or 12577980. OLE color: 12577980.
HSL color Cylindrical-coordinate representation of color #BCECBF: hue angle of 123.75º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCECBF is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 191 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.07 |
| HSL | 123.75º | 0.56% | 0.83% | - |
| HSV(B) | 123.75º | 0.2% | 0.93% | - |
| XYZ | 60.14 | 74.44 | 60.49 | - |
| YUV | 216.52 | 113.6 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 191 | 0.20 | 0 | 0.19 | 0.07 | 123.75 | 0.56 | 0.83 |
| Hex | BC | EC | BF | 14 | 0 | 13 | 7 | 7C | 38 | 53 |
| Octal | 274 | 354 | 277 | 24 | 0 | 23 | 7 | 174 | 70 | 123 |
| Binary | 10111100 | 11101100 | 10111111 | 10100 | 0 | 10011 | 111 | 1111100 | 111000 | 1010011 |
Color Harmonies of #BCECBF
Complementary color
Monochromatic Colors of #BCECBF
Black with #BCECBF
Text Example
Text Example
White with #BCECBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCECBF; }
p { color: rgb(188,236,191); }
H1.HeaderClassName
{
color: #BCECBF;
}
.AnyTagClassName
{
color: #BCECBF;
}
</style>
background-color css
<style>
a { background-color: #BCECBF; }
a { background-color: rgb(188,236,191); }
div.DivClassName
{
background-color: #BCECBF;
}
.BgClassName
{
background-color: #BCECBF;
}
</style>
border-color css
<style>
span { border-color: #BCECBF; }
span { border-color: rgb(188,236,191); }
td.TdClassName
{
border-color: #BCECBF;
}
.TagClassName
{
border-color: #BCECBF;
}
</style>