Shades of Fringy Flower #BCECC2
Tints of Fringy Flower #BCECC2
RGB
CMYK
RGB Variations
Color information
#BCECC2 (or 0xBCECC2) is known color: Fringy Flower. HEX triplet: BC, EC and C2. RGB value is (188,236,194). Sum of RGB (Red+Green+Blue) = 188+236+194=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 236 (92.58% from 255 or 38.19% from 618); Blue value is 194 (76.17% from 255 or 31.39% from 618); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCECC2 is #43133D. Grayscale: #D8D8D8. Windows color (decimal): -4395838 or 12774588. OLE color: 12774588.
HSL color Cylindrical-coordinate representation of color #BCECC2: hue angle of 127.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 #BCECC2 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 194 | - |
| CMYK | 0.20 | 0 | 0.18 | 0.07 |
| HSL | 127.5º | 0.56% | 0.83% | - |
| HSV(B) | 127.5º | 0.2% | 0.93% | - |
| XYZ | 60.47 | 74.58 | 62.25 | - |
| YUV | 216.86 | 115.1 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 194 | 0.20 | 0 | 0.18 | 0.07 | 127.5 | 0.56 | 0.83 |
| Hex | BC | EC | C2 | 14 | 0 | 12 | 7 | 80 | 38 | 53 |
| Octal | 274 | 354 | 302 | 24 | 0 | 22 | 7 | 200 | 70 | 123 |
| Binary | 10111100 | 11101100 | 11000010 | 10100 | 0 | 10010 | 111 | 10000000 | 111000 | 1010011 |
Color Harmonies of #BCECC2
Complementary color
Monochromatic Colors of #BCECC2
Black with #BCECC2
Text Example
Text Example
White with #BCECC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCECC2; }
p { color: rgb(188,236,194); }
H1.HeaderClassName
{
color: #BCECC2;
}
.AnyTagClassName
{
color: #BCECC2;
}
</style>
background-color css
<style>
a { background-color: #BCECC2; }
a { background-color: rgb(188,236,194); }
div.DivClassName
{
background-color: #BCECC2;
}
.BgClassName
{
background-color: #BCECC2;
}
</style>
border-color css
<style>
span { border-color: #BCECC2; }
span { border-color: rgb(188,236,194); }
td.TdClassName
{
border-color: #BCECC2;
}
.TagClassName
{
border-color: #BCECC2;
}
</style>