Shades of Fringy Flower #BEE3BF
Tints of Fringy Flower #BEE3BF
RGB
CMYK
RGB Variations
Color information
#BEE3BF (or 0xBEE3BF) is known color: Fringy Flower. HEX triplet: BE, E3 and BF. RGB value is (190,227,191). Sum of RGB (Red+Green+Blue) = 190+227+191=608 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.25% from 608); Green value is 227 (89.06% from 255 or 37.34% from 608); Blue value is 191 (75% from 255 or 31.41% from 608); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE3BF is #411C40. Grayscale: #D3D3D3. Windows color (decimal): -4267073 or 12575678. OLE color: 12575678.
HSL color Cylindrical-coordinate representation of color #BEE3BF: hue angle of 121.62º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEE3BF is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 227 | 191 | - |
| CMYK | 0.16 | 0 | 0.16 | 0.11 |
| HSL | 121.62º | 0.4% | 0.82% | - |
| HSV(B) | 121.62º | 0.16% | 0.89% | - |
| XYZ | 58.11 | 69.65 | 59.67 | - |
| YUV | 211.83 | 116.24 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 227 | 191 | 0.16 | 0 | 0.16 | 0.11 | 121.62 | 0.4 | 0.82 |
| Hex | BE | E3 | BF | 10 | 0 | 10 | B | 7A | 28 | 52 |
| Octal | 276 | 343 | 277 | 20 | 0 | 20 | 13 | 172 | 50 | 122 |
| Binary | 10111110 | 11100011 | 10111111 | 10000 | 0 | 10000 | 1011 | 1111010 | 101000 | 1010010 |
Color Harmonies of #BEE3BF
Complementary color
Monochromatic Colors of #BEE3BF
Black with #BEE3BF
Text Example
Text Example
White with #BEE3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE3BF; }
p { color: rgb(190,227,191); }
H1.HeaderClassName
{
color: #BEE3BF;
}
.AnyTagClassName
{
color: #BEE3BF;
}
</style>
background-color css
<style>
a { background-color: #BEE3BF; }
a { background-color: rgb(190,227,191); }
div.DivClassName
{
background-color: #BEE3BF;
}
.BgClassName
{
background-color: #BEE3BF;
}
</style>
border-color css
<style>
span { border-color: #BEE3BF; }
span { border-color: rgb(190,227,191); }
td.TdClassName
{
border-color: #BEE3BF;
}
.TagClassName
{
border-color: #BEE3BF;
}
</style>