Shades of Fringy Flower #BCE8C2
Tints of Fringy Flower #BCE8C2
RGB
CMYK
RGB Variations
Color information
#BCE8C2 (or 0xBCE8C2) is known color: Fringy Flower. HEX triplet: BC, E8 and C2. RGB value is (188,232,194). Sum of RGB (Red+Green+Blue) = 188+232+194=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 232 (91.02% from 255 or 37.79% from 614); Blue value is 194 (76.17% from 255 or 31.60% from 614); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE8C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE8C2 is #43173D. Grayscale: #D6D6D6. Windows color (decimal): -4396862 or 12773564. OLE color: 12773564.
HSL color Cylindrical-coordinate representation of color #BCE8C2: hue angle of 128.18º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCE8C2 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 232 | 194 | - |
| CMYK | 0.19 | 0 | 0.16 | 0.09 |
| HSL | 128.18º | 0.49% | 0.82% | - |
| HSV(B) | 128.18º | 0.19% | 0.91% | - |
| XYZ | 59.33 | 72.3 | 61.87 | - |
| YUV | 214.51 | 116.42 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 232 | 194 | 0.19 | 0 | 0.16 | 0.09 | 128.18 | 0.49 | 0.82 |
| Hex | BC | E8 | C2 | 13 | 0 | 10 | 9 | 80 | 31 | 52 |
| Octal | 274 | 350 | 302 | 23 | 0 | 20 | 11 | 200 | 61 | 122 |
| Binary | 10111100 | 11101000 | 11000010 | 10011 | 0 | 10000 | 1001 | 10000000 | 110001 | 1010010 |
Color Harmonies of #BCE8C2
Complementary color
Monochromatic Colors of #BCE8C2
Black with #BCE8C2
Text Example
Text Example
White with #BCE8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE8C2; }
p { color: rgb(188,232,194); }
H1.HeaderClassName
{
color: #BCE8C2;
}
.AnyTagClassName
{
color: #BCE8C2;
}
</style>
background-color css
<style>
a { background-color: #BCE8C2; }
a { background-color: rgb(188,232,194); }
div.DivClassName
{
background-color: #BCE8C2;
}
.BgClassName
{
background-color: #BCE8C2;
}
</style>
border-color css
<style>
span { border-color: #BCE8C2; }
span { border-color: rgb(188,232,194); }
td.TdClassName
{
border-color: #BCE8C2;
}
.TagClassName
{
border-color: #BCE8C2;
}
</style>