#BEE7BD

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

Shades of Fringy Flower #BEE7BD

Tints of Fringy Flower #BEE7BD

Color information

#BEE7BD (or 0xBEE7BD) is unknown color: approx Fringy Flower. HEX triplet: BE, E7 and BD. RGB value is (190,231,189). Sum of RGB (Red+Green+Blue) = 190+231+189=610 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.15% from 610); Green value is 231 (90.62% from 255 or 37.87% from 610); Blue value is 189 (74.22% from 255 or 30.98% from 610); Max value from RGB is 231 - color contains mainly: green. Hex color #BEE7BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE7BD is #411842. Grayscale: #D6D6D6. Windows color (decimal): -4266051 or 12445630. OLE color: 12445630.

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

Color convert

RGB190231189-
CMYK0.1800.180.09
HSL118.57º46.67%82.35%-
HSV(B)118.57º18.18%90.59%-
XYZ5971.7758.89-
YUV213.95113.92110.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.15%
GREEN value IS 231 (90.62% from 255) = 37.87%
BLUE value IS 189 (74.22% from 255) = 30.98%
R=31.15%
G=37.87%
B=30.98%

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
Decimal1902311890.1800.180.09118.5746.6782.35
HexBEE7BD120129772f52
Octal276347275220221116757122
Binary10111110111001111011110110010010010100111101111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE7BD; }

 p { color: rgb(190,231,189); }

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

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

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

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

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

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

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