Shades of Fringy Flower #BFEBBE
Tints of Fringy Flower #BFEBBE
RGB
CMYK
RGB Variations
Color information
#BFEBBE (or 0xBFEBBE) is known color: Fringy Flower. HEX triplet: BF, EB and BE. RGB value is (191,235,190). Sum of RGB (Red+Green+Blue) = 191+235+190=616 (81% of max value = 765). Red value is 191 (75% from 255 or 31.01% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 190 (74.61% from 255 or 30.84% from 616); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEBBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEBBE is #401441. Grayscale: #D8D8D8. Windows color (decimal): -4199490 or 12512191. OLE color: 12512191.
HSL color Cylindrical-coordinate representation of color #BFEBBE: hue angle of 118.67º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFEBBE is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 190 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.08 |
| HSL | 118.67º | 0.53% | 0.83% | - |
| HSV(B) | 118.67º | 0.19% | 0.92% | - |
| XYZ | 60.49 | 74.21 | 59.85 | - |
| YUV | 216.71 | 112.92 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 190 | 0.19 | 0 | 0.19 | 0.08 | 118.67 | 0.53 | 0.83 |
| Hex | BF | EB | BE | 13 | 0 | 13 | 8 | 77 | 35 | 53 |
| Octal | 277 | 353 | 276 | 23 | 0 | 23 | 10 | 167 | 65 | 123 |
| Binary | 10111111 | 11101011 | 10111110 | 10011 | 0 | 10011 | 1000 | 1110111 | 110101 | 1010011 |
Color Harmonies of #BFEBBE
Complementary color
Monochromatic Colors of #BFEBBE
Black with #BFEBBE
Text Example
Text Example
White with #BFEBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEBBE; }
p { color: rgb(191,235,190); }
H1.HeaderClassName
{
color: #BFEBBE;
}
.AnyTagClassName
{
color: #BFEBBE;
}
</style>
background-color css
<style>
a { background-color: #BFEBBE; }
a { background-color: rgb(191,235,190); }
div.DivClassName
{
background-color: #BFEBBE;
}
.BgClassName
{
background-color: #BFEBBE;
}
</style>
border-color css
<style>
span { border-color: #BFEBBE; }
span { border-color: rgb(191,235,190); }
td.TdClassName
{
border-color: #BFEBBE;
}
.TagClassName
{
border-color: #BFEBBE;
}
</style>