Shades of Fringy Flower #BCF2BB
Tints of Fringy Flower #BCF2BB
RGB
CMYK
RGB Variations
Color information
#BCF2BB (or 0xBCF2BB) is known color: Fringy Flower. HEX triplet: BC, F2 and BB. RGB value is (188,242,187). Sum of RGB (Red+Green+Blue) = 188+242+187=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 242 (94.92% from 255 or 39.22% from 617); Blue value is 187 (73.44% from 255 or 30.31% from 617); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF2BB is #430D44. Grayscale: #DBDBDB. Windows color (decimal): -4394309 or 12317372. OLE color: 12317372.
HSL color Cylindrical-coordinate representation of color #BCF2BB: hue angle of 118.91º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF2BB is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 187 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.05 |
| HSL | 118.91º | 0.68% | 0.84% | - |
| HSV(B) | 118.91º | 0.23% | 0.95% | - |
| XYZ | 61.46 | 77.78 | 58.79 | - |
| YUV | 219.58 | 109.61 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 187 | 0.22 | 0 | 0.23 | 0.05 | 118.91 | 0.68 | 0.84 |
| Hex | BC | F2 | BB | 16 | 0 | 17 | 5 | 77 | 44 | 54 |
| Octal | 274 | 362 | 273 | 26 | 0 | 27 | 5 | 167 | 104 | 124 |
| Binary | 10111100 | 11110010 | 10111011 | 10110 | 0 | 10111 | 101 | 1110111 | 1000100 | 1010100 |
Color Harmonies of #BCF2BB
Complementary color
Monochromatic Colors of #BCF2BB
Black with #BCF2BB
Text Example
Text Example
White with #BCF2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF2BB; }
p { color: rgb(188,242,187); }
H1.HeaderClassName
{
color: #BCF2BB;
}
.AnyTagClassName
{
color: #BCF2BB;
}
</style>
background-color css
<style>
a { background-color: #BCF2BB; }
a { background-color: rgb(188,242,187); }
div.DivClassName
{
background-color: #BCF2BB;
}
.BgClassName
{
background-color: #BCF2BB;
}
</style>
border-color css
<style>
span { border-color: #BCF2BB; }
span { border-color: rgb(188,242,187); }
td.TdClassName
{
border-color: #BCF2BB;
}
.TagClassName
{
border-color: #BCF2BB;
}
</style>