#BEE9BF

Color #BEE9BF Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #BEE9BF

Tints of Fringy Flower #BEE9BF

Color information

#BEE9BF (or 0xBEE9BF) is unknown color: approx 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

RGB190233191-
CMYK0.1800.180.09
HSL121.4º49.43%82.94%-
HSV(B)121.4º18.45%91.37%-
XYZ59.7872.9960.23-
YUV215.36114.25109.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 30.94%
GREEN value IS 233 (91.41% from 255) = 37.95%
BLUE value IS 191 (75% from 255) = 31.11%
R=30.94%
G=37.95%
B=31.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1902331910.1800.180.09121.449.4382.94
HexBEE9BF120129793153
Octal276351277220221117161123
Binary10111110111010011011111110010010010100111110011100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>