#BEE9BB

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

Shades of Fringy Flower #BEE9BB

Tints of Fringy Flower #BEE9BB

Color information

#BEE9BB (or 0xBEE9BB) is unknown color: approx Fringy Flower. HEX triplet: BE, E9 and BB. RGB value is (190,233,187). Sum of RGB (Red+Green+Blue) = 190+233+187=610 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.15% from 610); Green value is 233 (91.41% from 255 or 38.20% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE9BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE9BB is #411644. Grayscale: #D7D7D7. Windows color (decimal): -4265541 or 12315070. OLE color: 12315070.

HSL color Cylindrical-coordinate representation of color #BEE9BB: hue angle of 116.09º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEE9BB is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB190233187-
CMYK0.1800.200.09
HSL116.09º51.11%82.35%-
HSV(B)116.09º19.74%91.37%-
XYZ59.3472.8157.94-
YUV214.9112.25110.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.15%
GREEN value IS 233 (91.41% from 255) = 38.20%
BLUE value IS 187 (73.44% from 255) = 30.66%
R=31.15%
G=38.20%
B=30.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1902331870.1800.200.09116.0951.1182.35
HexBEE9BB120149743352
Octal276351273220241116463122
Binary10111110111010011011101110010010100100111101001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE9BB; }

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

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

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

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

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

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

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

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