Shades of Fringy Flower #BEF7BD
Tints of Fringy Flower #BEF7BD
RGB
CMYK
RGB Variations
Color information
#BEF7BD (or 0xBEF7BD) is known color: Fringy Flower. HEX triplet: BE, F7 and BD. RGB value is (190,247,189). Sum of RGB (Red+Green+Blue) = 190+247+189=626 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.35% from 626); Green value is 247 (96.88% from 255 or 39.46% from 626); Blue value is 189 (74.22% from 255 or 30.19% from 626); Max value from RGB is 247 - color contains mainly: green. Hex color #BEF7BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF7BD is #410842. Grayscale: #DFDFDF. Windows color (decimal): -4261955 or 12449726. OLE color: 12449726.
HSL color Cylindrical-coordinate representation of color #BEF7BD: hue angle of 118.97º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEF7BD is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 247 | 189 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.03 |
| HSL | 118.97º | 0.78% | 0.85% | - |
| HSV(B) | 118.97º | 0.23% | 0.97% | - |
| XYZ | 63.68 | 81.14 | 60.45 | - |
| YUV | 223.35 | 108.62 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 247 | 189 | 0.23 | 0 | 0.23 | 0.03 | 118.97 | 0.78 | 0.85 |
| Hex | BE | F7 | BD | 17 | 0 | 17 | 3 | 77 | 4E | 55 |
| Octal | 276 | 367 | 275 | 27 | 0 | 27 | 3 | 167 | 116 | 125 |
| Binary | 10111110 | 11110111 | 10111101 | 10111 | 0 | 10111 | 11 | 1110111 | 1001110 | 1010101 |
Color Harmonies of #BEF7BD
Complementary color
Monochromatic Colors of #BEF7BD
Black with #BEF7BD
Text Example
Text Example
White with #BEF7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF7BD; }
p { color: rgb(190,247,189); }
H1.HeaderClassName
{
color: #BEF7BD;
}
.AnyTagClassName
{
color: #BEF7BD;
}
</style>
background-color css
<style>
a { background-color: #BEF7BD; }
a { background-color: rgb(190,247,189); }
div.DivClassName
{
background-color: #BEF7BD;
}
.BgClassName
{
background-color: #BEF7BD;
}
</style>
border-color css
<style>
span { border-color: #BEF7BD; }
span { border-color: rgb(190,247,189); }
td.TdClassName
{
border-color: #BEF7BD;
}
.TagClassName
{
border-color: #BEF7BD;
}
</style>