#BEE2BD

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

Shades of Fringy Flower #BEE2BD

Tints of Fringy Flower #BEE2BD

Color information

#BEE2BD (or 0xBEE2BD) is unknown color: approx Fringy Flower. HEX triplet: BE, E2 and BD. RGB value is (190,226,189). Sum of RGB (Red+Green+Blue) = 190+226+189=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 226 (88.67% from 255 or 37.36% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE2BD is #411D42. Grayscale: #D3D3D3. Windows color (decimal): -4267331 or 12444350. OLE color: 12444350.

HSL color Cylindrical-coordinate representation of color #BEE2BD: hue angle of 118.38º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEE2BD is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB190226189-
CMYK0.1600.160.11
HSL118.38º38.95%81.37%-
HSV(B)118.38º16.37%88.63%-
XYZ57.6269.0158.43-
YUV211.02115.57113.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.40%
GREEN value IS 226 (88.67% from 255) = 37.36%
BLUE value IS 189 (74.22% from 255) = 31.24%
R=31.40%
G=37.36%
B=31.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1902261890.1600.160.11118.3838.9581.37
HexBEE2BD10010B762751
Octal276342275200201316647121
Binary10111110111000101011110110000010000101111101101001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE2BD; }

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

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

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

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

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

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

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

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