Shades of Fringy Flower #BEF9C0
Tints of Fringy Flower #BEF9C0
RGB
CMYK
RGB Variations
Color information
#BEF9C0 (or 0xBEF9C0) is known color: Fringy Flower. HEX triplet: BE, F9 and C0. RGB value is (190,249,192). Sum of RGB (Red+Green+Blue) = 190+249+192=631 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.11% from 631); Green value is 249 (97.66% from 255 or 39.46% from 631); Blue value is 192 (75.39% from 255 or 30.43% from 631); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF9C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF9C0 is #41063F. Grayscale: #E1E1E1. Windows color (decimal): -4261440 or 12646846. OLE color: 12646846.
HSL color Cylindrical-coordinate representation of color #BEF9C0: hue angle of 122.03º degrees, saturation: 0.83, 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 #BEF9C0 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 249 | 192 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.02 |
| HSL | 122.03º | 0.83% | 0.86% | - |
| HSV(B) | 122.03º | 0.24% | 0.98% | - |
| XYZ | 64.63 | 82.5 | 62.39 | - |
| YUV | 224.86 | 109.45 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 249 | 192 | 0.24 | 0 | 0.23 | 0.02 | 122.03 | 0.83 | 0.86 |
| Hex | BE | F9 | C0 | 18 | 0 | 17 | 2 | 7A | 53 | 56 |
| Octal | 276 | 371 | 300 | 30 | 0 | 27 | 2 | 172 | 123 | 126 |
| Binary | 10111110 | 11111001 | 11000000 | 11000 | 0 | 10111 | 10 | 1111010 | 1010011 | 1010110 |
Color Harmonies of #BEF9C0
Complementary color
Monochromatic Colors of #BEF9C0
Black with #BEF9C0
Text Example
Text Example
White with #BEF9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF9C0; }
p { color: rgb(190,249,192); }
H1.HeaderClassName
{
color: #BEF9C0;
}
.AnyTagClassName
{
color: #BEF9C0;
}
</style>
background-color css
<style>
a { background-color: #BEF9C0; }
a { background-color: rgb(190,249,192); }
div.DivClassName
{
background-color: #BEF9C0;
}
.BgClassName
{
background-color: #BEF9C0;
}
</style>
border-color css
<style>
span { border-color: #BEF9C0; }
span { border-color: rgb(190,249,192); }
td.TdClassName
{
border-color: #BEF9C0;
}
.TagClassName
{
border-color: #BEF9C0;
}
</style>