Shades of Fringy Flower #BFEBC1
Tints of Fringy Flower #BFEBC1
RGB
CMYK
RGB Variations
Color information
#BFEBC1 (or 0xBFEBC1) is known color: Fringy Flower. HEX triplet: BF, EB and C1. RGB value is (191,235,193). Sum of RGB (Red+Green+Blue) = 191+235+193=619 (81% of max value = 765). Red value is 191 (75% from 255 or 30.86% from 619); Green value is 235 (92.19% from 255 or 37.96% from 619); Blue value is 193 (75.78% from 255 or 31.18% from 619); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEBC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEBC1 is #40143E. Grayscale: #D9D9D9. Windows color (decimal): -4199487 or 12708799. OLE color: 12708799.
HSL color Cylindrical-coordinate representation of color #BFEBC1: hue angle of 122.73º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFEBC1 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 193 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.08 |
| HSL | 122.73º | 0.52% | 0.84% | - |
| HSV(B) | 122.73º | 0.19% | 0.92% | - |
| XYZ | 60.82 | 74.34 | 61.6 | - |
| YUV | 217.06 | 114.42 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 193 | 0.19 | 0 | 0.18 | 0.08 | 122.73 | 0.52 | 0.84 |
| Hex | BF | EB | C1 | 13 | 0 | 12 | 8 | 7B | 34 | 54 |
| Octal | 277 | 353 | 301 | 23 | 0 | 22 | 10 | 173 | 64 | 124 |
| Binary | 10111111 | 11101011 | 11000001 | 10011 | 0 | 10010 | 1000 | 1111011 | 110100 | 1010100 |
Color Harmonies of #BFEBC1
Complementary color
Monochromatic Colors of #BFEBC1
Black with #BFEBC1
Text Example
Text Example
White with #BFEBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEBC1; }
p { color: rgb(191,235,193); }
H1.HeaderClassName
{
color: #BFEBC1;
}
.AnyTagClassName
{
color: #BFEBC1;
}
</style>
background-color css
<style>
a { background-color: #BFEBC1; }
a { background-color: rgb(191,235,193); }
div.DivClassName
{
background-color: #BFEBC1;
}
.BgClassName
{
background-color: #BFEBC1;
}
</style>
border-color css
<style>
span { border-color: #BFEBC1; }
span { border-color: rgb(191,235,193); }
td.TdClassName
{
border-color: #BFEBC1;
}
.TagClassName
{
border-color: #BFEBC1;
}
</style>