Shades of Fringy Flower #BCEAC3
Tints of Fringy Flower #BCEAC3
RGB
CMYK
RGB Variations
Color information
#BCEAC3 (or 0xBCEAC3) is known color: Fringy Flower. HEX triplet: BC, EA and C3. RGB value is (188,234,195). Sum of RGB (Red+Green+Blue) = 188+234+195=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 195 (76.56% from 255 or 31.60% from 617); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEAC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEAC3 is #43153C. Grayscale: #D7D7D7. Windows color (decimal): -4396349 or 12839612. OLE color: 12839612.
HSL color Cylindrical-coordinate representation of color #BCEAC3: hue angle of 129.13º 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 #BCEAC3 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 234 | 195 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.08 |
| HSL | 129.13º | 0.52% | 0.83% | - |
| HSV(B) | 129.13º | 0.2% | 0.92% | - |
| XYZ | 60.01 | 73.48 | 62.65 | - |
| YUV | 215.8 | 116.26 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 195 | 0.20 | 0 | 0.17 | 0.08 | 129.13 | 0.52 | 0.83 |
| Hex | BC | EA | C3 | 14 | 0 | 11 | 8 | 81 | 34 | 53 |
| Octal | 274 | 352 | 303 | 24 | 0 | 21 | 10 | 201 | 64 | 123 |
| Binary | 10111100 | 11101010 | 11000011 | 10100 | 0 | 10001 | 1000 | 10000001 | 110100 | 1010011 |
Color Harmonies of #BCEAC3
Complementary color
Monochromatic Colors of #BCEAC3
Black with #BCEAC3
Text Example
Text Example
White with #BCEAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEAC3; }
p { color: rgb(188,234,195); }
H1.HeaderClassName
{
color: #BCEAC3;
}
.AnyTagClassName
{
color: #BCEAC3;
}
</style>
background-color css
<style>
a { background-color: #BCEAC3; }
a { background-color: rgb(188,234,195); }
div.DivClassName
{
background-color: #BCEAC3;
}
.BgClassName
{
background-color: #BCEAC3;
}
</style>
border-color css
<style>
span { border-color: #BCEAC3; }
span { border-color: rgb(188,234,195); }
td.TdClassName
{
border-color: #BCEAC3;
}
.TagClassName
{
border-color: #BCEAC3;
}
</style>