Shades of Fringy Flower #BEE3C1
Tints of Fringy Flower #BEE3C1
RGB
CMYK
RGB Variations
Color information
#BEE3C1 (or 0xBEE3C1) is known color: Fringy Flower. HEX triplet: BE, E3 and C1. RGB value is (190,227,193). Sum of RGB (Red+Green+Blue) = 190+227+193=610 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.15% from 610); Green value is 227 (89.06% from 255 or 37.21% from 610); Blue value is 193 (75.78% from 255 or 31.64% from 610); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE3C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE3C1 is #411C3E. Grayscale: #D4D4D4. Windows color (decimal): -4267071 or 12706750. OLE color: 12706750.
HSL color Cylindrical-coordinate representation of color #BEE3C1: hue angle of 124.86º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEE3C1 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 227 | 193 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.11 |
| HSL | 124.86º | 0.4% | 0.82% | - |
| HSV(B) | 124.86º | 0.16% | 0.89% | - |
| XYZ | 58.33 | 69.74 | 60.84 | - |
| YUV | 212.06 | 117.24 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 227 | 193 | 0.16 | 0 | 0.15 | 0.11 | 124.86 | 0.4 | 0.82 |
| Hex | BE | E3 | C1 | 10 | 0 | F | B | 7D | 28 | 52 |
| Octal | 276 | 343 | 301 | 20 | 0 | 17 | 13 | 175 | 50 | 122 |
| Binary | 10111110 | 11100011 | 11000001 | 10000 | 0 | 1111 | 1011 | 1111101 | 101000 | 1010010 |
Color Harmonies of #BEE3C1
Complementary color
Monochromatic Colors of #BEE3C1
Black with #BEE3C1
Text Example
Text Example
White with #BEE3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE3C1; }
p { color: rgb(190,227,193); }
H1.HeaderClassName
{
color: #BEE3C1;
}
.AnyTagClassName
{
color: #BEE3C1;
}
</style>
background-color css
<style>
a { background-color: #BEE3C1; }
a { background-color: rgb(190,227,193); }
div.DivClassName
{
background-color: #BEE3C1;
}
.BgClassName
{
background-color: #BEE3C1;
}
</style>
border-color css
<style>
span { border-color: #BEE3C1; }
span { border-color: rgb(190,227,193); }
td.TdClassName
{
border-color: #BEE3C1;
}
.TagClassName
{
border-color: #BEE3C1;
}
</style>