Shades of Fringy Flower #BCE2BF
Tints of Fringy Flower #BCE2BF
RGB
CMYK
RGB Variations
Color information
#BCE2BF (or 0xBCE2BF) is known color: Fringy Flower. HEX triplet: BC, E2 and BF. RGB value is (188,226,191). Sum of RGB (Red+Green+Blue) = 188+226+191=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 226 (88.67% from 255 or 37.36% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE2BF is #431D40. Grayscale: #D2D2D2. Windows color (decimal): -4398401 or 12575420. OLE color: 12575420.
HSL color Cylindrical-coordinate representation of color #BCE2BF: hue angle of 124.74º 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 #BCE2BF is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 191 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.11 |
| HSL | 124.74º | 0.4% | 0.81% | - |
| HSV(B) | 124.74º | 0.17% | 0.89% | - |
| XYZ | 57.34 | 68.85 | 59.56 | - |
| YUV | 210.65 | 116.91 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 191 | 0.17 | 0 | 0.15 | 0.11 | 124.74 | 0.4 | 0.81 |
| Hex | BC | E2 | BF | 11 | 0 | F | B | 7D | 28 | 51 |
| Octal | 274 | 342 | 277 | 21 | 0 | 17 | 13 | 175 | 50 | 121 |
| Binary | 10111100 | 11100010 | 10111111 | 10001 | 0 | 1111 | 1011 | 1111101 | 101000 | 1010001 |
Color Harmonies of #BCE2BF
Complementary color
Monochromatic Colors of #BCE2BF
Black with #BCE2BF
Text Example
Text Example
White with #BCE2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE2BF; }
p { color: rgb(188,226,191); }
H1.HeaderClassName
{
color: #BCE2BF;
}
.AnyTagClassName
{
color: #BCE2BF;
}
</style>
background-color css
<style>
a { background-color: #BCE2BF; }
a { background-color: rgb(188,226,191); }
div.DivClassName
{
background-color: #BCE2BF;
}
.BgClassName
{
background-color: #BCE2BF;
}
</style>
border-color css
<style>
span { border-color: #BCE2BF; }
span { border-color: rgb(188,226,191); }
td.TdClassName
{
border-color: #BCE2BF;
}
.TagClassName
{
border-color: #BCE2BF;
}
</style>