Shades of Fringy Flower #BEF9BF
Tints of Fringy Flower #BEF9BF
RGB
CMYK
RGB Variations
Color information
#BEF9BF (or 0xBEF9BF) is known color: Fringy Flower. HEX triplet: BE, F9 and BF. RGB value is (190,249,191). Sum of RGB (Red+Green+Blue) = 190+249+191=630 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.16% from 630); Green value is 249 (97.66% from 255 or 39.52% from 630); Blue value is 191 (75% from 255 or 30.32% from 630); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF9BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF9BF is #410640. Grayscale: #E0E0E0. Windows color (decimal): -4261441 or 12581310. OLE color: 12581310.
HSL color Cylindrical-coordinate representation of color #BEF9BF: hue angle of 121.02º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEF9BF is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 249 | 191 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.02 |
| HSL | 121.02º | 0.83% | 0.86% | - |
| HSV(B) | 121.02º | 0.24% | 0.98% | - |
| XYZ | 64.51 | 82.46 | 61.81 | - |
| YUV | 224.75 | 108.95 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 249 | 191 | 0.24 | 0 | 0.23 | 0.02 | 121.02 | 0.83 | 0.86 |
| Hex | BE | F9 | BF | 18 | 0 | 17 | 2 | 79 | 53 | 56 |
| Octal | 276 | 371 | 277 | 30 | 0 | 27 | 2 | 171 | 123 | 126 |
| Binary | 10111110 | 11111001 | 10111111 | 11000 | 0 | 10111 | 10 | 1111001 | 1010011 | 1010110 |
Color Harmonies of #BEF9BF
Complementary color
Monochromatic Colors of #BEF9BF
Black with #BEF9BF
Text Example
Text Example
White with #BEF9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF9BF; }
p { color: rgb(190,249,191); }
H1.HeaderClassName
{
color: #BEF9BF;
}
.AnyTagClassName
{
color: #BEF9BF;
}
</style>
background-color css
<style>
a { background-color: #BEF9BF; }
a { background-color: rgb(190,249,191); }
div.DivClassName
{
background-color: #BEF9BF;
}
.BgClassName
{
background-color: #BEF9BF;
}
</style>
border-color css
<style>
span { border-color: #BEF9BF; }
span { border-color: rgb(190,249,191); }
td.TdClassName
{
border-color: #BEF9BF;
}
.TagClassName
{
border-color: #BEF9BF;
}
</style>