Shades of Fringy Flower #BEF0C0
Tints of Fringy Flower #BEF0C0
RGB
CMYK
RGB Variations
Color information
#BEF0C0 (or 0xBEF0C0) is known color: Fringy Flower. HEX triplet: BE, F0 and C0. RGB value is (190,240,192). Sum of RGB (Red+Green+Blue) = 190+240+192=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 240 (94.14% from 255 or 38.59% from 622); Blue value is 192 (75.39% from 255 or 30.87% from 622); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF0C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF0C0 is #410F3F. Grayscale: #DBDBDB. Windows color (decimal): -4263744 or 12644542. OLE color: 12644542.
HSL color Cylindrical-coordinate representation of color #BEF0C0: hue angle of 122.4º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEF0C0 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 192 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.06 |
| HSL | 122.4º | 0.63% | 0.84% | - |
| HSV(B) | 122.4º | 0.21% | 0.94% | - |
| XYZ | 61.91 | 77.07 | 61.48 | - |
| YUV | 219.58 | 112.44 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 192 | 0.21 | 0 | 0.20 | 0.06 | 122.4 | 0.63 | 0.84 |
| Hex | BE | F0 | C0 | 15 | 0 | 14 | 6 | 7A | 3E | 54 |
| Octal | 276 | 360 | 300 | 25 | 0 | 24 | 6 | 172 | 76 | 124 |
| Binary | 10111110 | 11110000 | 11000000 | 10101 | 0 | 10100 | 110 | 1111010 | 111110 | 1010100 |
Color Harmonies of #BEF0C0
Complementary color
Monochromatic Colors of #BEF0C0
Black with #BEF0C0
Text Example
Text Example
White with #BEF0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF0C0; }
p { color: rgb(190,240,192); }
H1.HeaderClassName
{
color: #BEF0C0;
}
.AnyTagClassName
{
color: #BEF0C0;
}
</style>
background-color css
<style>
a { background-color: #BEF0C0; }
a { background-color: rgb(190,240,192); }
div.DivClassName
{
background-color: #BEF0C0;
}
.BgClassName
{
background-color: #BEF0C0;
}
</style>
border-color css
<style>
span { border-color: #BEF0C0; }
span { border-color: rgb(190,240,192); }
td.TdClassName
{
border-color: #BEF0C0;
}
.TagClassName
{
border-color: #BEF0C0;
}
</style>