Shades of Fringy Flower #BCFABB
Tints of Fringy Flower #BCFABB
RGB
CMYK
RGB Variations
Color information
#BCFABB (or 0xBCFABB) is known color: Fringy Flower. HEX triplet: BC, FA and BB. RGB value is (188,250,187). Sum of RGB (Red+Green+Blue) = 188+250+187=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 250 (98.05% from 255 or 40% from 625); Blue value is 187 (73.44% from 255 or 29.92% from 625); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFABB is #430544. Grayscale: #E0E0E0. Windows color (decimal): -4392261 or 12319420. OLE color: 12319420.
HSL color Cylindrical-coordinate representation of color #BCFABB: hue angle of 119.05º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFABB is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 250 | 187 | - |
| CMYK | 0.25 | 0 | 0.25 | 0.02 |
| HSL | 119.05º | 0.86% | 0.86% | - |
| HSV(B) | 119.05º | 0.25% | 0.98% | - |
| XYZ | 63.89 | 82.65 | 59.6 | - |
| YUV | 224.28 | 106.96 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 250 | 187 | 0.25 | 0 | 0.25 | 0.02 | 119.05 | 0.86 | 0.86 |
| Hex | BC | FA | BB | 19 | 0 | 19 | 2 | 77 | 56 | 56 |
| Octal | 274 | 372 | 273 | 31 | 0 | 31 | 2 | 167 | 126 | 126 |
| Binary | 10111100 | 11111010 | 10111011 | 11001 | 0 | 11001 | 10 | 1110111 | 1010110 | 1010110 |
Color Harmonies of #BCFABB
Complementary color
Monochromatic Colors of #BCFABB
Black with #BCFABB
Text Example
Text Example
White with #BCFABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFABB; }
p { color: rgb(188,250,187); }
H1.HeaderClassName
{
color: #BCFABB;
}
.AnyTagClassName
{
color: #BCFABB;
}
</style>
background-color css
<style>
a { background-color: #BCFABB; }
a { background-color: rgb(188,250,187); }
div.DivClassName
{
background-color: #BCFABB;
}
.BgClassName
{
background-color: #BCFABB;
}
</style>
border-color css
<style>
span { border-color: #BCFABB; }
span { border-color: rgb(188,250,187); }
td.TdClassName
{
border-color: #BCFABB;
}
.TagClassName
{
border-color: #BCFABB;
}
</style>