Shades of Fringy Flower #BCECBE
Tints of Fringy Flower #BCECBE
RGB
CMYK
RGB Variations
Color information
#BCECBE (or 0xBCECBE) is known color: Fringy Flower. HEX triplet: BC, EC and BE. RGB value is (188,236,190). Sum of RGB (Red+Green+Blue) = 188+236+190=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 190 (74.61% from 255 or 30.94% from 614); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCECBE is #431341. Grayscale: #D8D8D8. Windows color (decimal): -4395842 or 12512444. OLE color: 12512444.
HSL color Cylindrical-coordinate representation of color #BCECBE: hue angle of 122.5º 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 #BCECBE is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 190 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.07 |
| HSL | 122.5º | 0.56% | 0.83% | - |
| HSV(B) | 122.5º | 0.2% | 0.93% | - |
| XYZ | 60.03 | 74.4 | 59.91 | - |
| YUV | 216.4 | 113.1 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 190 | 0.20 | 0 | 0.19 | 0.07 | 122.5 | 0.56 | 0.83 |
| Hex | BC | EC | BE | 14 | 0 | 13 | 7 | 7B | 38 | 53 |
| Octal | 274 | 354 | 276 | 24 | 0 | 23 | 7 | 173 | 70 | 123 |
| Binary | 10111100 | 11101100 | 10111110 | 10100 | 0 | 10011 | 111 | 1111011 | 111000 | 1010011 |
Color Harmonies of #BCECBE
Complementary color
Monochromatic Colors of #BCECBE
Black with #BCECBE
Text Example
Text Example
White with #BCECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCECBE; }
p { color: rgb(188,236,190); }
H1.HeaderClassName
{
color: #BCECBE;
}
.AnyTagClassName
{
color: #BCECBE;
}
</style>
background-color css
<style>
a { background-color: #BCECBE; }
a { background-color: rgb(188,236,190); }
div.DivClassName
{
background-color: #BCECBE;
}
.BgClassName
{
background-color: #BCECBE;
}
</style>
border-color css
<style>
span { border-color: #BCECBE; }
span { border-color: rgb(188,236,190); }
td.TdClassName
{
border-color: #BCECBE;
}
.TagClassName
{
border-color: #BCECBE;
}
</style>