Shades of Fringy Flower #BEE8BC
Tints of Fringy Flower #BEE8BC
RGB
CMYK
RGB Variations
Color information
#BEE8BC (or 0xBEE8BC) is known color: Fringy Flower. HEX triplet: BE, E8 and BC. RGB value is (190,232,188). Sum of RGB (Red+Green+Blue) = 190+232+188=610 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.15% from 610); Green value is 232 (91.02% from 255 or 38.03% from 610); Blue value is 188 (73.83% from 255 or 30.82% from 610); Max value from RGB is 232 - color contains mainly: green. Hex color #BEE8BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE8BC is #411743. Grayscale: #D6D6D6. Windows color (decimal): -4265796 or 12380350. OLE color: 12380350.
HSL color Cylindrical-coordinate representation of color #BEE8BC: hue angle of 117.27º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEE8BC is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 232 | 188 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.09 |
| HSL | 117.27º | 0.49% | 0.82% | - |
| HSV(B) | 117.27º | 0.19% | 0.91% | - |
| XYZ | 59.17 | 72.29 | 58.41 | - |
| YUV | 214.43 | 113.09 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 232 | 188 | 0.18 | 0 | 0.19 | 0.09 | 117.27 | 0.49 | 0.82 |
| Hex | BE | E8 | BC | 12 | 0 | 13 | 9 | 75 | 31 | 52 |
| Octal | 276 | 350 | 274 | 22 | 0 | 23 | 11 | 165 | 61 | 122 |
| Binary | 10111110 | 11101000 | 10111100 | 10010 | 0 | 10011 | 1001 | 1110101 | 110001 | 1010010 |
Color Harmonies of #BEE8BC
Complementary color
Monochromatic Colors of #BEE8BC
Black with #BEE8BC
Text Example
Text Example
White with #BEE8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE8BC; }
p { color: rgb(190,232,188); }
H1.HeaderClassName
{
color: #BEE8BC;
}
.AnyTagClassName
{
color: #BEE8BC;
}
</style>
background-color css
<style>
a { background-color: #BEE8BC; }
a { background-color: rgb(190,232,188); }
div.DivClassName
{
background-color: #BEE8BC;
}
.BgClassName
{
background-color: #BEE8BC;
}
</style>
border-color css
<style>
span { border-color: #BEE8BC; }
span { border-color: rgb(190,232,188); }
td.TdClassName
{
border-color: #BEE8BC;
}
.TagClassName
{
border-color: #BEE8BC;
}
</style>