Shades of Fringy Flower #BEE9BD
Tints of Fringy Flower #BEE9BD
RGB
CMYK
RGB Variations
Color information
#BEE9BD (or 0xBEE9BD) is known color: Fringy Flower. HEX triplet: BE, E9 and BD. RGB value is (190,233,189). Sum of RGB (Red+Green+Blue) = 190+233+189=612 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.05% from 612); Green value is 233 (91.41% from 255 or 38.07% from 612); Blue value is 189 (74.22% from 255 or 30.88% from 612); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE9BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE9BD is #411642. Grayscale: #D7D7D7. Windows color (decimal): -4265539 or 12446142. OLE color: 12446142.
HSL color Cylindrical-coordinate representation of color #BEE9BD: hue angle of 118.64º degrees, saturation: 0.5, 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 #BEE9BD is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 233 | 189 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.09 |
| HSL | 118.64º | 0.5% | 0.83% | - |
| HSV(B) | 118.64º | 0.19% | 0.91% | - |
| XYZ | 59.56 | 72.9 | 59.08 | - |
| YUV | 215.13 | 113.25 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 233 | 189 | 0.18 | 0 | 0.19 | 0.09 | 118.64 | 0.5 | 0.83 |
| Hex | BE | E9 | BD | 12 | 0 | 13 | 9 | 77 | 32 | 53 |
| Octal | 276 | 351 | 275 | 22 | 0 | 23 | 11 | 167 | 62 | 123 |
| Binary | 10111110 | 11101001 | 10111101 | 10010 | 0 | 10011 | 1001 | 1110111 | 110010 | 1010011 |
Color Harmonies of #BEE9BD
Complementary color
Monochromatic Colors of #BEE9BD
Black with #BEE9BD
Text Example
Text Example
White with #BEE9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE9BD; }
p { color: rgb(190,233,189); }
H1.HeaderClassName
{
color: #BEE9BD;
}
.AnyTagClassName
{
color: #BEE9BD;
}
</style>
background-color css
<style>
a { background-color: #BEE9BD; }
a { background-color: rgb(190,233,189); }
div.DivClassName
{
background-color: #BEE9BD;
}
.BgClassName
{
background-color: #BEE9BD;
}
</style>
border-color css
<style>
span { border-color: #BEE9BD; }
span { border-color: rgb(190,233,189); }
td.TdClassName
{
border-color: #BEE9BD;
}
.TagClassName
{
border-color: #BEE9BD;
}
</style>