Shades of Fringy Flower #BCEAC2
Tints of Fringy Flower #BCEAC2
RGB
CMYK
RGB Variations
Color information
#BCEAC2 (or 0xBCEAC2) is known color: Fringy Flower. HEX triplet: BC, EA and C2. RGB value is (188,234,194). Sum of RGB (Red+Green+Blue) = 188+234+194=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 234 (91.80% from 255 or 37.99% from 616); Blue value is 194 (76.17% from 255 or 31.49% from 616); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEAC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEAC2 is #43153D. Grayscale: #D7D7D7. Windows color (decimal): -4396350 or 12774076. OLE color: 12774076.
HSL color Cylindrical-coordinate representation of color #BCEAC2: hue angle of 127.83º 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 #BCEAC2 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 234 | 194 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.08 |
| HSL | 127.83º | 0.52% | 0.83% | - |
| HSV(B) | 127.83º | 0.2% | 0.92% | - |
| XYZ | 59.9 | 73.43 | 62.06 | - |
| YUV | 215.69 | 115.76 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 194 | 0.20 | 0 | 0.17 | 0.08 | 127.83 | 0.52 | 0.83 |
| Hex | BC | EA | C2 | 14 | 0 | 11 | 8 | 80 | 34 | 53 |
| Octal | 274 | 352 | 302 | 24 | 0 | 21 | 10 | 200 | 64 | 123 |
| Binary | 10111100 | 11101010 | 11000010 | 10100 | 0 | 10001 | 1000 | 10000000 | 110100 | 1010011 |
Color Harmonies of #BCEAC2
Complementary color
Monochromatic Colors of #BCEAC2
Black with #BCEAC2
Text Example
Text Example
White with #BCEAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEAC2; }
p { color: rgb(188,234,194); }
H1.HeaderClassName
{
color: #BCEAC2;
}
.AnyTagClassName
{
color: #BCEAC2;
}
</style>
background-color css
<style>
a { background-color: #BCEAC2; }
a { background-color: rgb(188,234,194); }
div.DivClassName
{
background-color: #BCEAC2;
}
.BgClassName
{
background-color: #BCEAC2;
}
</style>
border-color css
<style>
span { border-color: #BCEAC2; }
span { border-color: rgb(188,234,194); }
td.TdClassName
{
border-color: #BCEAC2;
}
.TagClassName
{
border-color: #BCEAC2;
}
</style>