Shades of Fringy Flower #BCF2BD
Tints of Fringy Flower #BCF2BD
RGB
CMYK
RGB Variations
Color information
#BCF2BD (or 0xBCF2BD) is known color: Fringy Flower. HEX triplet: BC, F2 and BD. RGB value is (188,242,189). Sum of RGB (Red+Green+Blue) = 188+242+189=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF2BD is #430D42. Grayscale: #DBDBDB. Windows color (decimal): -4394307 or 12448444. OLE color: 12448444.
HSL color Cylindrical-coordinate representation of color #BCF2BD: hue angle of 121.11º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF2BD is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 189 | - |
| CMYK | 0.22 | 0 | 0.22 | 0.05 |
| HSL | 121.11º | 0.68% | 0.84% | - |
| HSV(B) | 121.11º | 0.22% | 0.95% | - |
| XYZ | 61.68 | 77.87 | 59.92 | - |
| YUV | 219.81 | 110.61 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 189 | 0.22 | 0 | 0.22 | 0.05 | 121.11 | 0.68 | 0.84 |
| Hex | BC | F2 | BD | 16 | 0 | 16 | 5 | 79 | 44 | 54 |
| Octal | 274 | 362 | 275 | 26 | 0 | 26 | 5 | 171 | 104 | 124 |
| Binary | 10111100 | 11110010 | 10111101 | 10110 | 0 | 10110 | 101 | 1111001 | 1000100 | 1010100 |
Color Harmonies of #BCF2BD
Complementary color
Monochromatic Colors of #BCF2BD
Black with #BCF2BD
Text Example
Text Example
White with #BCF2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF2BD; }
p { color: rgb(188,242,189); }
H1.HeaderClassName
{
color: #BCF2BD;
}
.AnyTagClassName
{
color: #BCF2BD;
}
</style>
background-color css
<style>
a { background-color: #BCF2BD; }
a { background-color: rgb(188,242,189); }
div.DivClassName
{
background-color: #BCF2BD;
}
.BgClassName
{
background-color: #BCF2BD;
}
</style>
border-color css
<style>
span { border-color: #BCF2BD; }
span { border-color: rgb(188,242,189); }
td.TdClassName
{
border-color: #BCF2BD;
}
.TagClassName
{
border-color: #BCF2BD;
}
</style>