Shades of Fringy Flower #BEE6C1
Tints of Fringy Flower #BEE6C1
RGB
CMYK
RGB Variations
Color information
#BEE6C1 (or 0xBEE6C1) is known color: Fringy Flower. HEX triplet: BE, E6 and C1. RGB value is (190,230,193). Sum of RGB (Red+Green+Blue) = 190+230+193=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 230 (90.23% from 255 or 37.52% from 613); Blue value is 193 (75.78% from 255 or 31.48% from 613); Max value from RGB is 230 - color contains mainly: green. Hex color #BEE6C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE6C1 is #41193E. Grayscale: #D5D5D5. Windows color (decimal): -4266303 or 12707518. OLE color: 12707518.
HSL color Cylindrical-coordinate representation of color #BEE6C1: hue angle of 124.5º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEE6C1 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 230 | 193 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.10 |
| HSL | 124.5º | 0.44% | 0.82% | - |
| HSV(B) | 124.5º | 0.17% | 0.9% | - |
| XYZ | 59.16 | 71.39 | 61.11 | - |
| YUV | 213.82 | 116.25 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 230 | 193 | 0.17 | 0 | 0.16 | 0.10 | 124.5 | 0.44 | 0.82 |
| Hex | BE | E6 | C1 | 11 | 0 | 10 | A | 7C | 2C | 52 |
| Octal | 276 | 346 | 301 | 21 | 0 | 20 | 12 | 174 | 54 | 122 |
| Binary | 10111110 | 11100110 | 11000001 | 10001 | 0 | 10000 | 1010 | 1111100 | 101100 | 1010010 |
Color Harmonies of #BEE6C1
Complementary color
Monochromatic Colors of #BEE6C1
Black with #BEE6C1
Text Example
Text Example
White with #BEE6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE6C1; }
p { color: rgb(190,230,193); }
H1.HeaderClassName
{
color: #BEE6C1;
}
.AnyTagClassName
{
color: #BEE6C1;
}
</style>
background-color css
<style>
a { background-color: #BEE6C1; }
a { background-color: rgb(190,230,193); }
div.DivClassName
{
background-color: #BEE6C1;
}
.BgClassName
{
background-color: #BEE6C1;
}
</style>
border-color css
<style>
span { border-color: #BEE6C1; }
span { border-color: rgb(190,230,193); }
td.TdClassName
{
border-color: #BEE6C1;
}
.TagClassName
{
border-color: #BEE6C1;
}
</style>