Shades of Fringy Flower #BEF6BF
Tints of Fringy Flower #BEF6BF
RGB
CMYK
RGB Variations
Color information
#BEF6BF (or 0xBEF6BF) is known color: Fringy Flower. HEX triplet: BE, F6 and BF. RGB value is (190,246,191). Sum of RGB (Red+Green+Blue) = 190+246+191=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 246 (96.48% from 255 or 39.23% from 627); Blue value is 191 (75% from 255 or 30.46% from 627); Max value from RGB is 246 - color contains mainly: green. Hex color #BEF6BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF6BF is #410940. Grayscale: #DFDFDF. Windows color (decimal): -4262209 or 12580542. OLE color: 12580542.
HSL color Cylindrical-coordinate representation of color #BEF6BF: hue angle of 121.07º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEF6BF is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 246 | 191 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.04 |
| HSL | 121.07º | 0.76% | 0.85% | - |
| HSV(B) | 121.07º | 0.23% | 0.96% | - |
| XYZ | 63.59 | 80.62 | 61.5 | - |
| YUV | 222.99 | 109.95 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 246 | 191 | 0.23 | 0 | 0.22 | 0.04 | 121.07 | 0.76 | 0.85 |
| Hex | BE | F6 | BF | 17 | 0 | 16 | 4 | 79 | 4C | 55 |
| Octal | 276 | 366 | 277 | 27 | 0 | 26 | 4 | 171 | 114 | 125 |
| Binary | 10111110 | 11110110 | 10111111 | 10111 | 0 | 10110 | 100 | 1111001 | 1001100 | 1010101 |
Color Harmonies of #BEF6BF
Complementary color
Monochromatic Colors of #BEF6BF
Black with #BEF6BF
Text Example
Text Example
White with #BEF6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF6BF; }
p { color: rgb(190,246,191); }
H1.HeaderClassName
{
color: #BEF6BF;
}
.AnyTagClassName
{
color: #BEF6BF;
}
</style>
background-color css
<style>
a { background-color: #BEF6BF; }
a { background-color: rgb(190,246,191); }
div.DivClassName
{
background-color: #BEF6BF;
}
.BgClassName
{
background-color: #BEF6BF;
}
</style>
border-color css
<style>
span { border-color: #BEF6BF; }
span { border-color: rgb(190,246,191); }
td.TdClassName
{
border-color: #BEF6BF;
}
.TagClassName
{
border-color: #BEF6BF;
}
</style>