#BEE9BE

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

Shades of Fringy Flower #BEE9BE

Tints of Fringy Flower #BEE9BE

Color information

#BEE9BE (or 0xBEE9BE) is unknown color: approx Fringy Flower. HEX triplet: BE, E9 and BE. RGB value is (190,233,190). Sum of RGB (Red+Green+Blue) = 190+233+190=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 233 (91.41% from 255 or 38.01% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE9BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE9BE is #411641. Grayscale: #D7D7D7. Windows color (decimal): -4265538 or 12511678. OLE color: 12511678.

HSL color Cylindrical-coordinate representation of color #BEE9BE: hue angle of 120º 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 #BEE9BE is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB190233190-
CMYK0.1800.180.09
HSL120º49.43%82.94%-
HSV(B)120º18.45%91.37%-
XYZ59.6772.9459.65-
YUV215.24113.75110-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.00%
GREEN value IS 233 (91.41% from 255) = 38.01%
BLUE value IS 190 (74.61% from 255) = 31.00%
R=31.00%
G=38.01%
B=31.00%

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
Decimal1902331900.1800.180.0912049.4382.94
HexBEE9BE120129783153
Octal276351276220221117061123
Binary10111110111010011011111010010010010100111110001100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE9BE; }

 p { color: rgb(190,233,190); }

 H1.HeaderClassName
 {
   color: #BEE9BE;
 }
 .AnyTagClassName
 {
   color: #BEE9BE;
 }
</style>
background-color css

<style>
 a { background-color: #BEE9BE; }

 a { background-color: rgb(190,233,190); }

 div.DivClassName
 {
   background-color: #BEE9BE;
 }
 .BgClassName
 {
   background-color: #BEE9BE;
 }
</style>
border-color css

<style>
 span { border-color: #BEE9BE; }

 span { border-color: rgb(190,233,190); }

 td.TdClassName
 {
   border-color: #BEE9BE;
 }
 .TagClassName
 {
   border-color: #BEE9BE;
 }
</style>