Shades of Fringy Flower #BCE8BA
Tints of Fringy Flower #BCE8BA
RGB
CMYK
RGB Variations
Color information
#BCE8BA (or 0xBCE8BA) is known color: Fringy Flower. HEX triplet: BC, E8 and BA. RGB value is (188,232,186). Sum of RGB (Red+Green+Blue) = 188+232+186=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 232 (91.02% from 255 or 38.28% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE8BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE8BA is #431745. Grayscale: #D5D5D5. Windows color (decimal): -4396870 or 12249276. OLE color: 12249276.
HSL color Cylindrical-coordinate representation of color #BCE8BA: hue angle of 117.39º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCE8BA is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 232 | 186 | - |
| CMYK | 0.19 | 0 | 0.20 | 0.09 |
| HSL | 117.39º | 0.5% | 0.82% | - |
| HSV(B) | 117.39º | 0.2% | 0.91% | - |
| XYZ | 58.46 | 71.95 | 57.26 | - |
| YUV | 213.6 | 112.42 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 232 | 186 | 0.19 | 0 | 0.20 | 0.09 | 117.39 | 0.5 | 0.82 |
| Hex | BC | E8 | BA | 13 | 0 | 14 | 9 | 75 | 32 | 52 |
| Octal | 274 | 350 | 272 | 23 | 0 | 24 | 11 | 165 | 62 | 122 |
| Binary | 10111100 | 11101000 | 10111010 | 10011 | 0 | 10100 | 1001 | 1110101 | 110010 | 1010010 |
Color Harmonies of #BCE8BA
Complementary color
Monochromatic Colors of #BCE8BA
Black with #BCE8BA
Text Example
Text Example
White with #BCE8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE8BA; }
p { color: rgb(188,232,186); }
H1.HeaderClassName
{
color: #BCE8BA;
}
.AnyTagClassName
{
color: #BCE8BA;
}
</style>
background-color css
<style>
a { background-color: #BCE8BA; }
a { background-color: rgb(188,232,186); }
div.DivClassName
{
background-color: #BCE8BA;
}
.BgClassName
{
background-color: #BCE8BA;
}
</style>
border-color css
<style>
span { border-color: #BCE8BA; }
span { border-color: rgb(188,232,186); }
td.TdClassName
{
border-color: #BCE8BA;
}
.TagClassName
{
border-color: #BCE8BA;
}
</style>