Shades of Fringy Flower #BCE8BF
Tints of Fringy Flower #BCE8BF
RGB
CMYK
RGB Variations
Color information
#BCE8BF (or 0xBCE8BF) is known color: Fringy Flower. HEX triplet: BC, E8 and BF. RGB value is (188,232,191). Sum of RGB (Red+Green+Blue) = 188+232+191=611 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.77% from 611); Green value is 232 (91.02% from 255 or 37.97% from 611); Blue value is 191 (75% from 255 or 31.26% from 611); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE8BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE8BF is #431740. Grayscale: #D6D6D6. Windows color (decimal): -4396865 or 12576956. OLE color: 12576956.
HSL color Cylindrical-coordinate representation of color #BCE8BF: hue angle of 124.09º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCE8BF is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 232 | 191 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.09 |
| HSL | 124.09º | 0.49% | 0.82% | - |
| HSV(B) | 124.09º | 0.19% | 0.91% | - |
| XYZ | 59 | 72.17 | 60.11 | - |
| YUV | 214.17 | 114.92 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 232 | 191 | 0.19 | 0 | 0.18 | 0.09 | 124.09 | 0.49 | 0.82 |
| Hex | BC | E8 | BF | 13 | 0 | 12 | 9 | 7C | 31 | 52 |
| Octal | 274 | 350 | 277 | 23 | 0 | 22 | 11 | 174 | 61 | 122 |
| Binary | 10111100 | 11101000 | 10111111 | 10011 | 0 | 10010 | 1001 | 1111100 | 110001 | 1010010 |
Color Harmonies of #BCE8BF
Complementary color
Monochromatic Colors of #BCE8BF
Black with #BCE8BF
Text Example
Text Example
White with #BCE8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE8BF; }
p { color: rgb(188,232,191); }
H1.HeaderClassName
{
color: #BCE8BF;
}
.AnyTagClassName
{
color: #BCE8BF;
}
</style>
background-color css
<style>
a { background-color: #BCE8BF; }
a { background-color: rgb(188,232,191); }
div.DivClassName
{
background-color: #BCE8BF;
}
.BgClassName
{
background-color: #BCE8BF;
}
</style>
border-color css
<style>
span { border-color: #BCE8BF; }
span { border-color: rgb(188,232,191); }
td.TdClassName
{
border-color: #BCE8BF;
}
.TagClassName
{
border-color: #BCE8BF;
}
</style>