Shades of Fringy Flower #BCFBB8
Tints of Fringy Flower #BCFBB8
RGB
CMYK
RGB Variations
Color information
#BCFBB8 (or 0xBCFBB8) is known color: Fringy Flower. HEX triplet: BC, FB and B8. RGB value is (188,251,184). Sum of RGB (Red+Green+Blue) = 188+251+184=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 251 (98.44% from 255 or 40.29% from 623); Blue value is 184 (72.27% from 255 or 29.53% from 623); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFBB8 is #430447. Grayscale: #E0E0E0. Windows color (decimal): -4392008 or 12123068. OLE color: 12123068.
HSL color Cylindrical-coordinate representation of color #BCFBB8: hue angle of 116.42º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCFBB8 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 251 | 184 | - |
| CMYK | 0.25 | 0 | 0.27 | 0.02 |
| HSL | 116.42º | 0.89% | 0.85% | - |
| HSV(B) | 116.42º | 0.27% | 0.98% | - |
| XYZ | 63.89 | 83.15 | 58.03 | - |
| YUV | 224.53 | 105.13 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 251 | 184 | 0.25 | 0 | 0.27 | 0.02 | 116.42 | 0.89 | 0.85 |
| Hex | BC | FB | B8 | 19 | 0 | 1B | 2 | 74 | 59 | 55 |
| Octal | 274 | 373 | 270 | 31 | 0 | 33 | 2 | 164 | 131 | 125 |
| Binary | 10111100 | 11111011 | 10111000 | 11001 | 0 | 11011 | 10 | 1110100 | 1011001 | 1010101 |
Color Harmonies of #BCFBB8
Complementary color
Monochromatic Colors of #BCFBB8
Black with #BCFBB8
Text Example
Text Example
White with #BCFBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFBB8; }
p { color: rgb(188,251,184); }
H1.HeaderClassName
{
color: #BCFBB8;
}
.AnyTagClassName
{
color: #BCFBB8;
}
</style>
background-color css
<style>
a { background-color: #BCFBB8; }
a { background-color: rgb(188,251,184); }
div.DivClassName
{
background-color: #BCFBB8;
}
.BgClassName
{
background-color: #BCFBB8;
}
</style>
border-color css
<style>
span { border-color: #BCFBB8; }
span { border-color: rgb(188,251,184); }
td.TdClassName
{
border-color: #BCFBB8;
}
.TagClassName
{
border-color: #BCFBB8;
}
</style>