Shades of Fringy Flower #BCFCBC
Tints of Fringy Flower #BCFCBC
RGB
CMYK
RGB Variations
Color information
#BCFCBC (or 0xBCFCBC) is known color: Fringy Flower. HEX triplet: BC, FC and BC. RGB value is (188,252,188). Sum of RGB (Red+Green+Blue) = 188+252+188=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 252 (98.83% from 255 or 40.13% from 628); Blue value is 188 (73.83% from 255 or 29.94% from 628); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCBC is #430343. Grayscale: #E1E1E1. Windows color (decimal): -4391748 or 12385468. OLE color: 12385468.
HSL color Cylindrical-coordinate representation of color #BCFCBC: hue angle of 120º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFCBC is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 188 | - |
| CMYK | 0.25 | 0 | 0.25 | 0.01 |
| HSL | 120º | 0.91% | 0.86% | - |
| HSV(B) | 120º | 0.25% | 0.99% | - |
| XYZ | 64.63 | 83.94 | 60.37 | - |
| YUV | 225.57 | 106.8 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 188 | 0.25 | 0 | 0.25 | 0.01 | 120 | 0.91 | 0.86 |
| Hex | BC | FC | BC | 19 | 0 | 19 | 1 | 78 | 5B | 56 |
| Octal | 274 | 374 | 274 | 31 | 0 | 31 | 1 | 170 | 133 | 126 |
| Binary | 10111100 | 11111100 | 10111100 | 11001 | 0 | 11001 | 1 | 1111000 | 1011011 | 1010110 |
Color Harmonies of #BCFCBC
Complementary color
Monochromatic Colors of #BCFCBC
Black with #BCFCBC
Text Example
Text Example
White with #BCFCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFCBC; }
p { color: rgb(188,252,188); }
H1.HeaderClassName
{
color: #BCFCBC;
}
.AnyTagClassName
{
color: #BCFCBC;
}
</style>
background-color css
<style>
a { background-color: #BCFCBC; }
a { background-color: rgb(188,252,188); }
div.DivClassName
{
background-color: #BCFCBC;
}
.BgClassName
{
background-color: #BCFCBC;
}
</style>
border-color css
<style>
span { border-color: #BCFCBC; }
span { border-color: rgb(188,252,188); }
td.TdClassName
{
border-color: #BCFCBC;
}
.TagClassName
{
border-color: #BCFCBC;
}
</style>