Shades of Fringy Flower #BEF0BB
Tints of Fringy Flower #BEF0BB
RGB
CMYK
RGB Variations
Color information
#BEF0BB (or 0xBEF0BB) is known color: Fringy Flower. HEX triplet: BE, F0 and BB. RGB value is (190,240,187). Sum of RGB (Red+Green+Blue) = 190+240+187=617 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.79% from 617); Green value is 240 (94.14% from 255 or 38.90% from 617); Blue value is 187 (73.44% from 255 or 30.31% from 617); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF0BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF0BB is #410F44. Grayscale: #DBDBDB. Windows color (decimal): -4263749 or 12316862. OLE color: 12316862.
HSL color Cylindrical-coordinate representation of color #BEF0BB: hue angle of 116.6º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEF0BB is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 187 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.06 |
| HSL | 116.6º | 0.64% | 0.84% | - |
| HSV(B) | 116.6º | 0.22% | 0.94% | - |
| XYZ | 61.36 | 76.86 | 58.61 | - |
| YUV | 219.01 | 109.94 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 187 | 0.21 | 0 | 0.22 | 0.06 | 116.6 | 0.64 | 0.84 |
| Hex | BE | F0 | BB | 15 | 0 | 16 | 6 | 75 | 40 | 54 |
| Octal | 276 | 360 | 273 | 25 | 0 | 26 | 6 | 165 | 100 | 124 |
| Binary | 10111110 | 11110000 | 10111011 | 10101 | 0 | 10110 | 110 | 1110101 | 1000000 | 1010100 |
Color Harmonies of #BEF0BB
Complementary color
Monochromatic Colors of #BEF0BB
Black with #BEF0BB
Text Example
Text Example
White with #BEF0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF0BB; }
p { color: rgb(190,240,187); }
H1.HeaderClassName
{
color: #BEF0BB;
}
.AnyTagClassName
{
color: #BEF0BB;
}
</style>
background-color css
<style>
a { background-color: #BEF0BB; }
a { background-color: rgb(190,240,187); }
div.DivClassName
{
background-color: #BEF0BB;
}
.BgClassName
{
background-color: #BEF0BB;
}
</style>
border-color css
<style>
span { border-color: #BEF0BB; }
span { border-color: rgb(190,240,187); }
td.TdClassName
{
border-color: #BEF0BB;
}
.TagClassName
{
border-color: #BEF0BB;
}
</style>