Shades of Fringy Flower #BCE5BA
Tints of Fringy Flower #BCE5BA
RGB
CMYK
RGB Variations
Color information
#BCE5BA (or 0xBCE5BA) is known color: Fringy Flower. HEX triplet: BC, E5 and BA. RGB value is (188,229,186). Sum of RGB (Red+Green+Blue) = 188+229+186=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 229 (89.84% from 255 or 37.98% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE5BA is #431A45. Grayscale: #D3D3D3. Windows color (decimal): -4397638 or 12248508. OLE color: 12248508.
HSL color Cylindrical-coordinate representation of color #BCE5BA: hue angle of 117.21º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCE5BA is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 229 | 186 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.10 |
| HSL | 117.21º | 0.45% | 0.81% | - |
| HSV(B) | 117.21º | 0.19% | 0.9% | - |
| XYZ | 57.62 | 70.28 | 56.98 | - |
| YUV | 211.84 | 113.42 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 229 | 186 | 0.18 | 0 | 0.19 | 0.10 | 117.21 | 0.45 | 0.81 |
| Hex | BC | E5 | BA | 12 | 0 | 13 | A | 75 | 2D | 51 |
| Octal | 274 | 345 | 272 | 22 | 0 | 23 | 12 | 165 | 55 | 121 |
| Binary | 10111100 | 11100101 | 10111010 | 10010 | 0 | 10011 | 1010 | 1110101 | 101101 | 1010001 |
Color Harmonies of #BCE5BA
Complementary color
Monochromatic Colors of #BCE5BA
Black with #BCE5BA
Text Example
Text Example
White with #BCE5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE5BA; }
p { color: rgb(188,229,186); }
H1.HeaderClassName
{
color: #BCE5BA;
}
.AnyTagClassName
{
color: #BCE5BA;
}
</style>
background-color css
<style>
a { background-color: #BCE5BA; }
a { background-color: rgb(188,229,186); }
div.DivClassName
{
background-color: #BCE5BA;
}
.BgClassName
{
background-color: #BCE5BA;
}
</style>
border-color css
<style>
span { border-color: #BCE5BA; }
span { border-color: rgb(188,229,186); }
td.TdClassName
{
border-color: #BCE5BA;
}
.TagClassName
{
border-color: #BCE5BA;
}
</style>