Shades of Fringy Flower #BEFFBF
Tints of Fringy Flower #BEFFBF
RGB
CMYK
RGB Variations
Color information
#BEFFBF (or 0xBEFFBF) is known color: Fringy Flower. HEX triplet: BE, FF and BF. RGB value is (190,255,191). Sum of RGB (Red+Green+Blue) = 190+255+191=636 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.87% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 191 (75% from 255 or 30.03% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFFBF is #410040. Grayscale: #E4E4E4. Windows color (decimal): -4259905 or 12582846. OLE color: 12582846.
HSL color Cylindrical-coordinate representation of color #BEFFBF: hue angle of 120.92º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFFBF is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 191 | - |
| CMYK | 0.25 | 0 | 0.25 | 0 |
| HSL | 120.92º | 1% | 0.87% | - |
| HSV(B) | 120.92º | 0.25% | 1% | - |
| XYZ | 66.4 | 86.23 | 62.43 | - |
| YUV | 228.27 | 106.97 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 191 | 0.25 | 0 | 0.25 | 0 | 120.92 | 1 | 0.87 |
| Hex | BE | FF | BF | 19 | 0 | 19 | 0 | 79 | 64 | 57 |
| Octal | 276 | 377 | 277 | 31 | 0 | 31 | 0 | 171 | 144 | 127 |
| Binary | 10111110 | 11111111 | 10111111 | 11001 | 0 | 11001 | 0 | 1111001 | 1100100 | 1010111 |
Color Harmonies of #BEFFBF
Complementary color
Monochromatic Colors of #BEFFBF
Black with #BEFFBF
Text Example
Text Example
White with #BEFFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFFBF; }
p { color: rgb(190,255,191); }
H1.HeaderClassName
{
color: #BEFFBF;
}
.AnyTagClassName
{
color: #BEFFBF;
}
</style>
background-color css
<style>
a { background-color: #BEFFBF; }
a { background-color: rgb(190,255,191); }
div.DivClassName
{
background-color: #BEFFBF;
}
.BgClassName
{
background-color: #BEFFBF;
}
</style>
border-color css
<style>
span { border-color: #BEFFBF; }
span { border-color: rgb(190,255,191); }
td.TdClassName
{
border-color: #BEFFBF;
}
.TagClassName
{
border-color: #BEFFBF;
}
</style>