Shades of Fringy Flower #BCEAC0
Tints of Fringy Flower #BCEAC0
RGB
CMYK
RGB Variations
Color information
#BCEAC0 (or 0xBCEAC0) is known color: Fringy Flower. HEX triplet: BC, EA and C0. RGB value is (188,234,192). Sum of RGB (Red+Green+Blue) = 188+234+192=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 234 (91.80% from 255 or 38.11% from 614); Blue value is 192 (75.39% from 255 or 31.27% from 614); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEAC0 is #43153F. Grayscale: #D7D7D7. Windows color (decimal): -4396352 or 12643004. OLE color: 12643004.
HSL color Cylindrical-coordinate representation of color #BCEAC0: hue angle of 125.22º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCEAC0 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 234 | 192 | - |
| CMYK | 0.20 | 0 | 0.18 | 0.08 |
| HSL | 125.22º | 0.52% | 0.83% | - |
| HSV(B) | 125.22º | 0.2% | 0.92% | - |
| XYZ | 59.68 | 73.34 | 60.88 | - |
| YUV | 215.46 | 114.76 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 192 | 0.20 | 0 | 0.18 | 0.08 | 125.22 | 0.52 | 0.83 |
| Hex | BC | EA | C0 | 14 | 0 | 12 | 8 | 7D | 34 | 53 |
| Octal | 274 | 352 | 300 | 24 | 0 | 22 | 10 | 175 | 64 | 123 |
| Binary | 10111100 | 11101010 | 11000000 | 10100 | 0 | 10010 | 1000 | 1111101 | 110100 | 1010011 |
Color Harmonies of #BCEAC0
Complementary color
Monochromatic Colors of #BCEAC0
Black with #BCEAC0
Text Example
Text Example
White with #BCEAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEAC0; }
p { color: rgb(188,234,192); }
H1.HeaderClassName
{
color: #BCEAC0;
}
.AnyTagClassName
{
color: #BCEAC0;
}
</style>
background-color css
<style>
a { background-color: #BCEAC0; }
a { background-color: rgb(188,234,192); }
div.DivClassName
{
background-color: #BCEAC0;
}
.BgClassName
{
background-color: #BCEAC0;
}
</style>
border-color css
<style>
span { border-color: #BCEAC0; }
span { border-color: rgb(188,234,192); }
td.TdClassName
{
border-color: #BCEAC0;
}
.TagClassName
{
border-color: #BCEAC0;
}
</style>