Shades of Fringy Flower #BCECC1
Tints of Fringy Flower #BCECC1
RGB
CMYK
RGB Variations
Color information
#BCECC1 (or 0xBCECC1) is known color: Fringy Flower. HEX triplet: BC, EC and C1. RGB value is (188,236,193). Sum of RGB (Red+Green+Blue) = 188+236+193=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 236 (92.58% from 255 or 38.25% from 617); Blue value is 193 (75.78% from 255 or 31.28% from 617); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCECC1 is #43133E. Grayscale: #D8D8D8. Windows color (decimal): -4395839 or 12709052. OLE color: 12709052.
HSL color Cylindrical-coordinate representation of color #BCECC1: hue angle of 126.25º 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 #BCECC1 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 193 | - |
| CMYK | 0.20 | 0 | 0.18 | 0.07 |
| HSL | 126.25º | 0.56% | 0.83% | - |
| HSV(B) | 126.25º | 0.2% | 0.93% | - |
| XYZ | 60.36 | 74.53 | 61.66 | - |
| YUV | 216.75 | 114.6 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 193 | 0.20 | 0 | 0.18 | 0.07 | 126.25 | 0.56 | 0.83 |
| Hex | BC | EC | C1 | 14 | 0 | 12 | 7 | 7E | 38 | 53 |
| Octal | 274 | 354 | 301 | 24 | 0 | 22 | 7 | 176 | 70 | 123 |
| Binary | 10111100 | 11101100 | 11000001 | 10100 | 0 | 10010 | 111 | 1111110 | 111000 | 1010011 |
Color Harmonies of #BCECC1
Complementary color
Monochromatic Colors of #BCECC1
Black with #BCECC1
Text Example
Text Example
White with #BCECC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCECC1; }
p { color: rgb(188,236,193); }
H1.HeaderClassName
{
color: #BCECC1;
}
.AnyTagClassName
{
color: #BCECC1;
}
</style>
background-color css
<style>
a { background-color: #BCECC1; }
a { background-color: rgb(188,236,193); }
div.DivClassName
{
background-color: #BCECC1;
}
.BgClassName
{
background-color: #BCECC1;
}
</style>
border-color css
<style>
span { border-color: #BCECC1; }
span { border-color: rgb(188,236,193); }
td.TdClassName
{
border-color: #BCECC1;
}
.TagClassName
{
border-color: #BCECC1;
}
</style>