Shades of Fringy Flower #BEE9BF
Tints of Fringy Flower #BEE9BF
RGB
CMYK
RGB Variations
Color information
#BEE9BF (or 0xBEE9BF) is known color: Fringy Flower. HEX triplet: BE, E9 and BF. RGB value is (190,233,191). Sum of RGB (Red+Green+Blue) = 190+233+191=614 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.94% from 614); Green value is 233 (91.41% from 255 or 37.95% from 614); Blue value is 191 (75% from 255 or 31.11% from 614); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE9BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE9BF is #411640. Grayscale: #D7D7D7. Windows color (decimal): -4265537 or 12577214. OLE color: 12577214.
HSL color Cylindrical-coordinate representation of color #BEE9BF: hue angle of 121.4º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEE9BF is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 233 | 191 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.09 |
| HSL | 121.4º | 0.49% | 0.83% | - |
| HSV(B) | 121.4º | 0.18% | 0.91% | - |
| XYZ | 59.78 | 72.99 | 60.23 | - |
| YUV | 215.36 | 114.25 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 233 | 191 | 0.18 | 0 | 0.18 | 0.09 | 121.4 | 0.49 | 0.83 |
| Hex | BE | E9 | BF | 12 | 0 | 12 | 9 | 79 | 31 | 53 |
| Octal | 276 | 351 | 277 | 22 | 0 | 22 | 11 | 171 | 61 | 123 |
| Binary | 10111110 | 11101001 | 10111111 | 10010 | 0 | 10010 | 1001 | 1111001 | 110001 | 1010011 |
Color Harmonies of #BEE9BF
Complementary color
Monochromatic Colors of #BEE9BF
Black with #BEE9BF
Text Example
Text Example
White with #BEE9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE9BF; }
p { color: rgb(190,233,191); }
H1.HeaderClassName
{
color: #BEE9BF;
}
.AnyTagClassName
{
color: #BEE9BF;
}
</style>
background-color css
<style>
a { background-color: #BEE9BF; }
a { background-color: rgb(190,233,191); }
div.DivClassName
{
background-color: #BEE9BF;
}
.BgClassName
{
background-color: #BEE9BF;
}
</style>
border-color css
<style>
span { border-color: #BEE9BF; }
span { border-color: rgb(190,233,191); }
td.TdClassName
{
border-color: #BEE9BF;
}
.TagClassName
{
border-color: #BEE9BF;
}
</style>