Shades of Fringy Flower #BEE9BC
Tints of Fringy Flower #BEE9BC
RGB
CMYK
RGB Variations
Color information
#BEE9BC (or 0xBEE9BC) is known color: Fringy Flower. HEX triplet: BE, E9 and BC. RGB value is (190,233,188). Sum of RGB (Red+Green+Blue) = 190+233+188=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 233 (91.41% from 255 or 38.13% from 611); Blue value is 188 (73.83% from 255 or 30.77% from 611); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE9BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE9BC is #411643. Grayscale: #D7D7D7. Windows color (decimal): -4265540 or 12380606. OLE color: 12380606.
HSL color Cylindrical-coordinate representation of color #BEE9BC: hue angle of 117.33º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEE9BC is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 233 | 188 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.09 |
| HSL | 117.33º | 0.51% | 0.83% | - |
| HSV(B) | 117.33º | 0.19% | 0.91% | - |
| XYZ | 59.45 | 72.86 | 58.51 | - |
| YUV | 215.01 | 112.75 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 233 | 188 | 0.18 | 0 | 0.19 | 0.09 | 117.33 | 0.51 | 0.83 |
| Hex | BE | E9 | BC | 12 | 0 | 13 | 9 | 75 | 33 | 53 |
| Octal | 276 | 351 | 274 | 22 | 0 | 23 | 11 | 165 | 63 | 123 |
| Binary | 10111110 | 11101001 | 10111100 | 10010 | 0 | 10011 | 1001 | 1110101 | 110011 | 1010011 |
Color Harmonies of #BEE9BC
Complementary color
Monochromatic Colors of #BEE9BC
Black with #BEE9BC
Text Example
Text Example
White with #BEE9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE9BC; }
p { color: rgb(190,233,188); }
H1.HeaderClassName
{
color: #BEE9BC;
}
.AnyTagClassName
{
color: #BEE9BC;
}
</style>
background-color css
<style>
a { background-color: #BEE9BC; }
a { background-color: rgb(190,233,188); }
div.DivClassName
{
background-color: #BEE9BC;
}
.BgClassName
{
background-color: #BEE9BC;
}
</style>
border-color css
<style>
span { border-color: #BEE9BC; }
span { border-color: rgb(190,233,188); }
td.TdClassName
{
border-color: #BEE9BC;
}
.TagClassName
{
border-color: #BEE9BC;
}
</style>