Shades of Fringy Flower #BEFAC0
Tints of Fringy Flower #BEFAC0
RGB
CMYK
RGB Variations
Color information
#BEFAC0 (or 0xBEFAC0) is known color: Fringy Flower. HEX triplet: BE, FA and C0. RGB value is (190,250,192). Sum of RGB (Red+Green+Blue) = 190+250+192=632 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.06% from 632); Green value is 250 (98.05% from 255 or 39.56% from 632); Blue value is 192 (75.39% from 255 or 30.38% from 632); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFAC0 is #41053F. Grayscale: #E1E1E1. Windows color (decimal): -4261184 or 12647102. OLE color: 12647102.
HSL color Cylindrical-coordinate representation of color #BEFAC0: hue angle of 122º degrees, saturation: 0.86, 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 #BEFAC0 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 250 | 192 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.02 |
| HSL | 122º | 0.86% | 0.86% | - |
| HSV(B) | 122º | 0.24% | 0.98% | - |
| XYZ | 64.94 | 83.12 | 62.49 | - |
| YUV | 225.45 | 109.12 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 250 | 192 | 0.24 | 0 | 0.23 | 0.02 | 122 | 0.86 | 0.86 |
| Hex | BE | FA | C0 | 18 | 0 | 17 | 2 | 7A | 56 | 56 |
| Octal | 276 | 372 | 300 | 30 | 0 | 27 | 2 | 172 | 126 | 126 |
| Binary | 10111110 | 11111010 | 11000000 | 11000 | 0 | 10111 | 10 | 1111010 | 1010110 | 1010110 |
Color Harmonies of #BEFAC0
Complementary color
Monochromatic Colors of #BEFAC0
Black with #BEFAC0
Text Example
Text Example
White with #BEFAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFAC0; }
p { color: rgb(190,250,192); }
H1.HeaderClassName
{
color: #BEFAC0;
}
.AnyTagClassName
{
color: #BEFAC0;
}
</style>
background-color css
<style>
a { background-color: #BEFAC0; }
a { background-color: rgb(190,250,192); }
div.DivClassName
{
background-color: #BEFAC0;
}
.BgClassName
{
background-color: #BEFAC0;
}
</style>
border-color css
<style>
span { border-color: #BEFAC0; }
span { border-color: rgb(190,250,192); }
td.TdClassName
{
border-color: #BEFAC0;
}
.TagClassName
{
border-color: #BEFAC0;
}
</style>