Shades of Fringy Flower #BCECC0
Tints of Fringy Flower #BCECC0
RGB
CMYK
RGB Variations
Color information
#BCECC0 (or 0xBCECC0) is known color: Fringy Flower. HEX triplet: BC, EC and C0. RGB value is (188,236,192). Sum of RGB (Red+Green+Blue) = 188+236+192=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 236 (92.58% from 255 or 38.31% from 616); Blue value is 192 (75.39% from 255 or 31.17% from 616); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCECC0 is #43133F. Grayscale: #D8D8D8. Windows color (decimal): -4395840 or 12643516. OLE color: 12643516.
HSL color Cylindrical-coordinate representation of color #BCECC0: hue angle of 125º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCECC0 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 192 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.07 |
| HSL | 125º | 0.56% | 0.83% | - |
| HSV(B) | 125º | 0.2% | 0.93% | - |
| XYZ | 60.25 | 74.49 | 61.07 | - |
| YUV | 216.63 | 114.1 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 192 | 0.20 | 0 | 0.19 | 0.07 | 125 | 0.56 | 0.83 |
| Hex | BC | EC | C0 | 14 | 0 | 13 | 7 | 7D | 38 | 53 |
| Octal | 274 | 354 | 300 | 24 | 0 | 23 | 7 | 175 | 70 | 123 |
| Binary | 10111100 | 11101100 | 11000000 | 10100 | 0 | 10011 | 111 | 1111101 | 111000 | 1010011 |
Color Harmonies of #BCECC0
Complementary color
Monochromatic Colors of #BCECC0
Black with #BCECC0
Text Example
Text Example
White with #BCECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCECC0; }
p { color: rgb(188,236,192); }
H1.HeaderClassName
{
color: #BCECC0;
}
.AnyTagClassName
{
color: #BCECC0;
}
</style>
background-color css
<style>
a { background-color: #BCECC0; }
a { background-color: rgb(188,236,192); }
div.DivClassName
{
background-color: #BCECC0;
}
.BgClassName
{
background-color: #BCECC0;
}
</style>
border-color css
<style>
span { border-color: #BCECC0; }
span { border-color: rgb(188,236,192); }
td.TdClassName
{
border-color: #BCECC0;
}
.TagClassName
{
border-color: #BCECC0;
}
</style>