Shades of Fringy Flower #BCF3C0
Tints of Fringy Flower #BCF3C0
RGB
CMYK
RGB Variations
Color information
#BCF3C0 (or 0xBCF3C0) is known color: Fringy Flower. HEX triplet: BC, F3 and C0. RGB value is (188,243,192). Sum of RGB (Red+Green+Blue) = 188+243+192=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 243 (95.31% from 255 or 39.00% from 623); Blue value is 192 (75.39% from 255 or 30.82% from 623); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF3C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF3C0 is #430C3F. Grayscale: #DCDCDC. Windows color (decimal): -4394048 or 12645308. OLE color: 12645308.
HSL color Cylindrical-coordinate representation of color #BCF3C0: hue angle of 124.36º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF3C0 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 192 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.05 |
| HSL | 124.36º | 0.7% | 0.85% | - |
| HSV(B) | 124.36º | 0.23% | 0.95% | - |
| XYZ | 62.3 | 78.6 | 61.76 | - |
| YUV | 220.74 | 111.78 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 192 | 0.23 | 0 | 0.21 | 0.05 | 124.36 | 0.7 | 0.85 |
| Hex | BC | F3 | C0 | 17 | 0 | 15 | 5 | 7C | 46 | 55 |
| Octal | 274 | 363 | 300 | 27 | 0 | 25 | 5 | 174 | 106 | 125 |
| Binary | 10111100 | 11110011 | 11000000 | 10111 | 0 | 10101 | 101 | 1111100 | 1000110 | 1010101 |
Color Harmonies of #BCF3C0
Complementary color
Monochromatic Colors of #BCF3C0
Black with #BCF3C0
Text Example
Text Example
White with #BCF3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF3C0; }
p { color: rgb(188,243,192); }
H1.HeaderClassName
{
color: #BCF3C0;
}
.AnyTagClassName
{
color: #BCF3C0;
}
</style>
background-color css
<style>
a { background-color: #BCF3C0; }
a { background-color: rgb(188,243,192); }
div.DivClassName
{
background-color: #BCF3C0;
}
.BgClassName
{
background-color: #BCF3C0;
}
</style>
border-color css
<style>
span { border-color: #BCF3C0; }
span { border-color: rgb(188,243,192); }
td.TdClassName
{
border-color: #BCF3C0;
}
.TagClassName
{
border-color: #BCF3C0;
}
</style>