Shades of Fringy Flower #BEE8BF
Tints of Fringy Flower #BEE8BF
RGB
CMYK
RGB Variations
Color information
#BEE8BF (or 0xBEE8BF) is known color: Fringy Flower. HEX triplet: BE, E8 and BF. RGB value is (190,232,191). Sum of RGB (Red+Green+Blue) = 190+232+191=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 232 (91.02% from 255 or 37.85% from 613); Blue value is 191 (75% from 255 or 31.16% from 613); Max value from RGB is 232 - color contains mainly: green. Hex color #BEE8BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE8BF is #411740. Grayscale: #D6D6D6. Windows color (decimal): -4265793 or 12576958. OLE color: 12576958.
HSL color Cylindrical-coordinate representation of color #BEE8BF: hue angle of 121.43º degrees, saturation: 0.48, 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 #BEE8BF is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 232 | 191 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.09 |
| HSL | 121.43º | 0.48% | 0.83% | - |
| HSV(B) | 121.43º | 0.18% | 0.91% | - |
| XYZ | 59.5 | 72.42 | 60.13 | - |
| YUV | 214.77 | 114.59 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 232 | 191 | 0.18 | 0 | 0.18 | 0.09 | 121.43 | 0.48 | 0.83 |
| Hex | BE | E8 | BF | 12 | 0 | 12 | 9 | 79 | 30 | 53 |
| Octal | 276 | 350 | 277 | 22 | 0 | 22 | 11 | 171 | 60 | 123 |
| Binary | 10111110 | 11101000 | 10111111 | 10010 | 0 | 10010 | 1001 | 1111001 | 110000 | 1010011 |
Color Harmonies of #BEE8BF
Complementary color
Monochromatic Colors of #BEE8BF
Black with #BEE8BF
Text Example
Text Example
White with #BEE8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE8BF; }
p { color: rgb(190,232,191); }
H1.HeaderClassName
{
color: #BEE8BF;
}
.AnyTagClassName
{
color: #BEE8BF;
}
</style>
background-color css
<style>
a { background-color: #BEE8BF; }
a { background-color: rgb(190,232,191); }
div.DivClassName
{
background-color: #BEE8BF;
}
.BgClassName
{
background-color: #BEE8BF;
}
</style>
border-color css
<style>
span { border-color: #BEE8BF; }
span { border-color: rgb(190,232,191); }
td.TdClassName
{
border-color: #BEE8BF;
}
.TagClassName
{
border-color: #BEE8BF;
}
</style>