Shades of Fringy Flower #BFFBBD
Tints of Fringy Flower #BFFBBD
RGB
CMYK
RGB Variations
Color information
#BFFBBD (or 0xBFFBBD) is known color: Fringy Flower. HEX triplet: BF, FB and BD. RGB value is (191,251,189). Sum of RGB (Red+Green+Blue) = 191+251+189=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 251 (98.44% from 255 or 39.78% from 631); Blue value is 189 (74.22% from 255 or 29.95% from 631); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFBBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFBBD is #400442. Grayscale: #E2E2E2. Windows color (decimal): -4195395 or 12450751. OLE color: 12450751.
HSL color Cylindrical-coordinate representation of color #BFFBBD: hue angle of 118.06º degrees, saturation: 0.89, 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 #BFFBBD is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 251 | 189 | - |
| CMYK | 0.24 | 0 | 0.25 | 0.02 |
| HSL | 118.06º | 0.89% | 0.86% | - |
| HSV(B) | 118.06º | 0.25% | 0.98% | - |
| XYZ | 65.17 | 83.74 | 60.87 | - |
| YUV | 225.99 | 107.12 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 251 | 189 | 0.24 | 0 | 0.25 | 0.02 | 118.06 | 0.89 | 0.86 |
| Hex | BF | FB | BD | 18 | 0 | 19 | 2 | 76 | 59 | 56 |
| Octal | 277 | 373 | 275 | 30 | 0 | 31 | 2 | 166 | 131 | 126 |
| Binary | 10111111 | 11111011 | 10111101 | 11000 | 0 | 11001 | 10 | 1110110 | 1011001 | 1010110 |
Color Harmonies of #BFFBBD
Complementary color
Monochromatic Colors of #BFFBBD
Black with #BFFBBD
Text Example
Text Example
White with #BFFBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFBBD; }
p { color: rgb(191,251,189); }
H1.HeaderClassName
{
color: #BFFBBD;
}
.AnyTagClassName
{
color: #BFFBBD;
}
</style>
background-color css
<style>
a { background-color: #BFFBBD; }
a { background-color: rgb(191,251,189); }
div.DivClassName
{
background-color: #BFFBBD;
}
.BgClassName
{
background-color: #BFFBBD;
}
</style>
border-color css
<style>
span { border-color: #BFFBBD; }
span { border-color: rgb(191,251,189); }
td.TdClassName
{
border-color: #BFFBBD;
}
.TagClassName
{
border-color: #BFFBBD;
}
</style>