Shades of Fringy Flower #BCFDBD
Tints of Fringy Flower #BCFDBD
RGB
CMYK
RGB Variations
Color information
#BCFDBD (or 0xBCFDBD) is known color: Fringy Flower. HEX triplet: BC, FD and BD. RGB value is (188,253,189). Sum of RGB (Red+Green+Blue) = 188+253+189=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 253 (99.22% from 255 or 40.16% from 630); Blue value is 189 (74.22% from 255 or 30% from 630); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFDBD is #430242. Grayscale: #E2E2E2. Windows color (decimal): -4391491 or 12451260. OLE color: 12451260.
HSL color Cylindrical-coordinate representation of color #BCFDBD: hue angle of 120.92º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFDBD is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 189 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.01 |
| HSL | 120.92º | 0.94% | 0.86% | - |
| HSV(B) | 120.92º | 0.26% | 0.99% | - |
| XYZ | 65.05 | 84.62 | 61.05 | - |
| YUV | 226.27 | 106.97 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 189 | 0.26 | 0 | 0.25 | 0.01 | 120.92 | 0.94 | 0.86 |
| Hex | BC | FD | BD | 1A | 0 | 19 | 1 | 79 | 5E | 56 |
| Octal | 274 | 375 | 275 | 32 | 0 | 31 | 1 | 171 | 136 | 126 |
| Binary | 10111100 | 11111101 | 10111101 | 11010 | 0 | 11001 | 1 | 1111001 | 1011110 | 1010110 |
Color Harmonies of #BCFDBD
Complementary color
Monochromatic Colors of #BCFDBD
Black with #BCFDBD
Text Example
Text Example
White with #BCFDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFDBD; }
p { color: rgb(188,253,189); }
H1.HeaderClassName
{
color: #BCFDBD;
}
.AnyTagClassName
{
color: #BCFDBD;
}
</style>
background-color css
<style>
a { background-color: #BCFDBD; }
a { background-color: rgb(188,253,189); }
div.DivClassName
{
background-color: #BCFDBD;
}
.BgClassName
{
background-color: #BCFDBD;
}
</style>
border-color css
<style>
span { border-color: #BCFDBD; }
span { border-color: rgb(188,253,189); }
td.TdClassName
{
border-color: #BCFDBD;
}
.TagClassName
{
border-color: #BCFDBD;
}
</style>