Shades of Fringy Flower #BCE3BD
Tints of Fringy Flower #BCE3BD
RGB
CMYK
RGB Variations
Color information
#BCE3BD (or 0xBCE3BD) is known color: Fringy Flower. HEX triplet: BC, E3 and BD. RGB value is (188,227,189). Sum of RGB (Red+Green+Blue) = 188+227+189=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 227 (89.06% from 255 or 37.58% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE3BD is #431C42. Grayscale: #D3D3D3. Windows color (decimal): -4398147 or 12444604. OLE color: 12444604.
HSL color Cylindrical-coordinate representation of color #BCE3BD: hue angle of 121.54º degrees, saturation: 0.41, 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 #BCE3BD is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 227 | 189 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.11 |
| HSL | 121.54º | 0.41% | 0.81% | - |
| HSV(B) | 121.54º | 0.17% | 0.89% | - |
| XYZ | 57.39 | 69.3 | 58.5 | - |
| YUV | 211.01 | 115.58 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 189 | 0.17 | 0 | 0.17 | 0.11 | 121.54 | 0.41 | 0.81 |
| Hex | BC | E3 | BD | 11 | 0 | 11 | B | 7A | 29 | 51 |
| Octal | 274 | 343 | 275 | 21 | 0 | 21 | 13 | 172 | 51 | 121 |
| Binary | 10111100 | 11100011 | 10111101 | 10001 | 0 | 10001 | 1011 | 1111010 | 101001 | 1010001 |
Color Harmonies of #BCE3BD
Complementary color
Monochromatic Colors of #BCE3BD
Black with #BCE3BD
Text Example
Text Example
White with #BCE3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE3BD; }
p { color: rgb(188,227,189); }
H1.HeaderClassName
{
color: #BCE3BD;
}
.AnyTagClassName
{
color: #BCE3BD;
}
</style>
background-color css
<style>
a { background-color: #BCE3BD; }
a { background-color: rgb(188,227,189); }
div.DivClassName
{
background-color: #BCE3BD;
}
.BgClassName
{
background-color: #BCE3BD;
}
</style>
border-color css
<style>
span { border-color: #BCE3BD; }
span { border-color: rgb(188,227,189); }
td.TdClassName
{
border-color: #BCE3BD;
}
.TagClassName
{
border-color: #BCE3BD;
}
</style>