Shades of Fringy Flower #BCE4BA
Tints of Fringy Flower #BCE4BA
RGB
CMYK
RGB Variations
Color information
#BCE4BA (or 0xBCE4BA) is known color: Fringy Flower. HEX triplet: BC, E4 and BA. RGB value is (188,228,186). Sum of RGB (Red+Green+Blue) = 188+228+186=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 228 (89.45% from 255 or 37.87% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE4BA is #431B45. Grayscale: #D3D3D3. Windows color (decimal): -4397894 or 12248252. OLE color: 12248252.
HSL color Cylindrical-coordinate representation of color #BCE4BA: hue angle of 117.14º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCE4BA is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 228 | 186 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.11 |
| HSL | 117.14º | 0.44% | 0.81% | - |
| HSV(B) | 117.14º | 0.18% | 0.89% | - |
| XYZ | 57.35 | 69.72 | 56.89 | - |
| YUV | 211.25 | 113.75 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 228 | 186 | 0.18 | 0 | 0.18 | 0.11 | 117.14 | 0.44 | 0.81 |
| Hex | BC | E4 | BA | 12 | 0 | 12 | B | 75 | 2C | 51 |
| Octal | 274 | 344 | 272 | 22 | 0 | 22 | 13 | 165 | 54 | 121 |
| Binary | 10111100 | 11100100 | 10111010 | 10010 | 0 | 10010 | 1011 | 1110101 | 101100 | 1010001 |
Color Harmonies of #BCE4BA
Complementary color
Monochromatic Colors of #BCE4BA
Black with #BCE4BA
Text Example
Text Example
White with #BCE4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE4BA; }
p { color: rgb(188,228,186); }
H1.HeaderClassName
{
color: #BCE4BA;
}
.AnyTagClassName
{
color: #BCE4BA;
}
</style>
background-color css
<style>
a { background-color: #BCE4BA; }
a { background-color: rgb(188,228,186); }
div.DivClassName
{
background-color: #BCE4BA;
}
.BgClassName
{
background-color: #BCE4BA;
}
</style>
border-color css
<style>
span { border-color: #BCE4BA; }
span { border-color: rgb(188,228,186); }
td.TdClassName
{
border-color: #BCE4BA;
}
.TagClassName
{
border-color: #BCE4BA;
}
</style>