Shades of Fringy Flower #BEFEBD
Tints of Fringy Flower #BEFEBD
RGB
CMYK
RGB Variations
Color information
#BEFEBD (or 0xBEFEBD) is known color: Fringy Flower. HEX triplet: BE, FE and BD. RGB value is (190,254,189). Sum of RGB (Red+Green+Blue) = 190+254+189=633 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.02% from 633); Green value is 254 (99.61% from 255 or 40.13% from 633); Blue value is 189 (74.22% from 255 or 29.86% from 633); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFEBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFEBD is #410142. Grayscale: #E3E3E3. Windows color (decimal): -4260163 or 12451518. OLE color: 12451518.
HSL color Cylindrical-coordinate representation of color #BEFEBD: hue angle of 119.08º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEFEBD is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 254 | 189 | - |
| CMYK | 0.25 | 0 | 0.26 | 0.00 |
| HSL | 119.08º | 0.97% | 0.87% | - |
| HSV(B) | 119.08º | 0.26% | 1% | - |
| XYZ | 65.86 | 85.5 | 61.18 | - |
| YUV | 227.45 | 106.3 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 254 | 189 | 0.25 | 0 | 0.26 | 0.00 | 119.08 | 0.97 | 0.87 |
| Hex | BE | FE | BD | 19 | 0 | 1A | 0 | 77 | 61 | 57 |
| Octal | 276 | 376 | 275 | 31 | 0 | 32 | 0 | 167 | 141 | 127 |
| Binary | 10111110 | 11111110 | 10111101 | 11001 | 0 | 11010 | 0 | 1110111 | 1100001 | 1010111 |
Color Harmonies of #BEFEBD
Complementary color
Monochromatic Colors of #BEFEBD
Black with #BEFEBD
Text Example
Text Example
White with #BEFEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFEBD; }
p { color: rgb(190,254,189); }
H1.HeaderClassName
{
color: #BEFEBD;
}
.AnyTagClassName
{
color: #BEFEBD;
}
</style>
background-color css
<style>
a { background-color: #BEFEBD; }
a { background-color: rgb(190,254,189); }
div.DivClassName
{
background-color: #BEFEBD;
}
.BgClassName
{
background-color: #BEFEBD;
}
</style>
border-color css
<style>
span { border-color: #BEFEBD; }
span { border-color: rgb(190,254,189); }
td.TdClassName
{
border-color: #BEFEBD;
}
.TagClassName
{
border-color: #BEFEBD;
}
</style>