Shades of Fringy Flower #BCE2C1
Tints of Fringy Flower #BCE2C1
RGB
CMYK
RGB Variations
Color information
#BCE2C1 (or 0xBCE2C1) is known color: Fringy Flower. HEX triplet: BC, E2 and C1. RGB value is (188,226,193). Sum of RGB (Red+Green+Blue) = 188+226+193=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 226 (88.67% from 255 or 37.23% from 607); Blue value is 193 (75.78% from 255 or 31.80% from 607); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE2C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE2C1 is #431D3E. Grayscale: #D2D2D2. Windows color (decimal): -4398399 or 12706492. OLE color: 12706492.
HSL color Cylindrical-coordinate representation of color #BCE2C1: hue angle of 127.89º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCE2C1 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 193 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.11 |
| HSL | 127.89º | 0.4% | 0.81% | - |
| HSV(B) | 127.89º | 0.17% | 0.89% | - |
| XYZ | 57.56 | 68.93 | 60.72 | - |
| YUV | 210.88 | 117.91 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 193 | 0.17 | 0 | 0.15 | 0.11 | 127.89 | 0.4 | 0.81 |
| Hex | BC | E2 | C1 | 11 | 0 | F | B | 80 | 28 | 51 |
| Octal | 274 | 342 | 301 | 21 | 0 | 17 | 13 | 200 | 50 | 121 |
| Binary | 10111100 | 11100010 | 11000001 | 10001 | 0 | 1111 | 1011 | 10000000 | 101000 | 1010001 |
Color Harmonies of #BCE2C1
Complementary color
Monochromatic Colors of #BCE2C1
Black with #BCE2C1
Text Example
Text Example
White with #BCE2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE2C1; }
p { color: rgb(188,226,193); }
H1.HeaderClassName
{
color: #BCE2C1;
}
.AnyTagClassName
{
color: #BCE2C1;
}
</style>
background-color css
<style>
a { background-color: #BCE2C1; }
a { background-color: rgb(188,226,193); }
div.DivClassName
{
background-color: #BCE2C1;
}
.BgClassName
{
background-color: #BCE2C1;
}
</style>
border-color css
<style>
span { border-color: #BCE2C1; }
span { border-color: rgb(188,226,193); }
td.TdClassName
{
border-color: #BCE2C1;
}
.TagClassName
{
border-color: #BCE2C1;
}
</style>