Shades of Fringy Flower #BCE1BD
Tints of Fringy Flower #BCE1BD
RGB
CMYK
RGB Variations
Color information
#BCE1BD (or 0xBCE1BD) is known color: Fringy Flower. HEX triplet: BC, E1 and BD. RGB value is (188,225,189). Sum of RGB (Red+Green+Blue) = 188+225+189=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 225 (88.28% from 255 or 37.38% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE1BD is #431E42. Grayscale: #D1D1D1. Windows color (decimal): -4398659 or 12444092. OLE color: 12444092.
HSL color Cylindrical-coordinate representation of color #BCE1BD: hue angle of 121.62º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCE1BD is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 225 | 189 | - |
| CMYK | 0.16 | 0 | 0.16 | 0.12 |
| HSL | 121.62º | 0.38% | 0.81% | - |
| HSV(B) | 121.62º | 0.16% | 0.88% | - |
| XYZ | 56.85 | 68.22 | 58.31 | - |
| YUV | 209.83 | 116.24 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 189 | 0.16 | 0 | 0.16 | 0.12 | 121.62 | 0.38 | 0.81 |
| Hex | BC | E1 | BD | 10 | 0 | 10 | C | 7A | 26 | 51 |
| Octal | 274 | 341 | 275 | 20 | 0 | 20 | 14 | 172 | 46 | 121 |
| Binary | 10111100 | 11100001 | 10111101 | 10000 | 0 | 10000 | 1100 | 1111010 | 100110 | 1010001 |
Color Harmonies of #BCE1BD
Complementary color
Monochromatic Colors of #BCE1BD
Black with #BCE1BD
Text Example
Text Example
White with #BCE1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE1BD; }
p { color: rgb(188,225,189); }
H1.HeaderClassName
{
color: #BCE1BD;
}
.AnyTagClassName
{
color: #BCE1BD;
}
</style>
background-color css
<style>
a { background-color: #BCE1BD; }
a { background-color: rgb(188,225,189); }
div.DivClassName
{
background-color: #BCE1BD;
}
.BgClassName
{
background-color: #BCE1BD;
}
</style>
border-color css
<style>
span { border-color: #BCE1BD; }
span { border-color: rgb(188,225,189); }
td.TdClassName
{
border-color: #BCE1BD;
}
.TagClassName
{
border-color: #BCE1BD;
}
</style>