Shades of Fringy Flower #BFEBC2
Tints of Fringy Flower #BFEBC2
RGB
CMYK
RGB Variations
Color information
#BFEBC2 (or 0xBFEBC2) is known color: Fringy Flower. HEX triplet: BF, EB and C2. RGB value is (191,235,194). Sum of RGB (Red+Green+Blue) = 191+235+194=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 235 (92.19% from 255 or 37.90% from 620); Blue value is 194 (76.17% from 255 or 31.29% from 620); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEBC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEBC2 is #40143D. Grayscale: #D9D9D9. Windows color (decimal): -4199486 or 12774335. OLE color: 12774335.
HSL color Cylindrical-coordinate representation of color #BFEBC2: hue angle of 124.09º 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 #BFEBC2 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 194 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.08 |
| HSL | 124.09º | 0.52% | 0.84% | - |
| HSV(B) | 124.09º | 0.19% | 0.92% | - |
| XYZ | 60.93 | 74.39 | 62.19 | - |
| YUV | 217.17 | 114.92 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 194 | 0.19 | 0 | 0.17 | 0.08 | 124.09 | 0.52 | 0.84 |
| Hex | BF | EB | C2 | 13 | 0 | 11 | 8 | 7C | 34 | 54 |
| Octal | 277 | 353 | 302 | 23 | 0 | 21 | 10 | 174 | 64 | 124 |
| Binary | 10111111 | 11101011 | 11000010 | 10011 | 0 | 10001 | 1000 | 1111100 | 110100 | 1010100 |
Color Harmonies of #BFEBC2
Complementary color
Monochromatic Colors of #BFEBC2
Black with #BFEBC2
Text Example
Text Example
White with #BFEBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEBC2; }
p { color: rgb(191,235,194); }
H1.HeaderClassName
{
color: #BFEBC2;
}
.AnyTagClassName
{
color: #BFEBC2;
}
</style>
background-color css
<style>
a { background-color: #BFEBC2; }
a { background-color: rgb(191,235,194); }
div.DivClassName
{
background-color: #BFEBC2;
}
.BgClassName
{
background-color: #BFEBC2;
}
</style>
border-color css
<style>
span { border-color: #BFEBC2; }
span { border-color: rgb(191,235,194); }
td.TdClassName
{
border-color: #BFEBC2;
}
.TagClassName
{
border-color: #BFEBC2;
}
</style>