Shades of Fringy Flower #BCE2C0
Tints of Fringy Flower #BCE2C0
RGB
CMYK
RGB Variations
Color information
#BCE2C0 (or 0xBCE2C0) is known color: Fringy Flower. HEX triplet: BC, E2 and C0. RGB value is (188,226,192). Sum of RGB (Red+Green+Blue) = 188+226+192=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 226 (88.67% from 255 or 37.29% from 606); Blue value is 192 (75.39% from 255 or 31.68% from 606); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE2C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE2C0 is #431D3F. Grayscale: #D2D2D2. Windows color (decimal): -4398400 or 12640956. OLE color: 12640956.
HSL color Cylindrical-coordinate representation of color #BCE2C0: hue angle of 126.32º 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 #BCE2C0 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 192 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.11 |
| HSL | 126.32º | 0.4% | 0.81% | - |
| HSV(B) | 126.32º | 0.17% | 0.89% | - |
| XYZ | 57.45 | 68.89 | 60.14 | - |
| YUV | 210.76 | 117.41 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 192 | 0.17 | 0 | 0.15 | 0.11 | 126.32 | 0.4 | 0.81 |
| Hex | BC | E2 | C0 | 11 | 0 | F | B | 7E | 28 | 51 |
| Octal | 274 | 342 | 300 | 21 | 0 | 17 | 13 | 176 | 50 | 121 |
| Binary | 10111100 | 11100010 | 11000000 | 10001 | 0 | 1111 | 1011 | 1111110 | 101000 | 1010001 |
Color Harmonies of #BCE2C0
Complementary color
Monochromatic Colors of #BCE2C0
Black with #BCE2C0
Text Example
Text Example
White with #BCE2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE2C0; }
p { color: rgb(188,226,192); }
H1.HeaderClassName
{
color: #BCE2C0;
}
.AnyTagClassName
{
color: #BCE2C0;
}
</style>
background-color css
<style>
a { background-color: #BCE2C0; }
a { background-color: rgb(188,226,192); }
div.DivClassName
{
background-color: #BCE2C0;
}
.BgClassName
{
background-color: #BCE2C0;
}
</style>
border-color css
<style>
span { border-color: #BCE2C0; }
span { border-color: rgb(188,226,192); }
td.TdClassName
{
border-color: #BCE2C0;
}
.TagClassName
{
border-color: #BCE2C0;
}
</style>