#BE7EA9

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

Shades of Bouquet #BE7EA9

Tints of Bouquet #BE7EA9

Color information

#BE7EA9 (or 0xBE7EA9) is unknown color: approx Bouquet. HEX triplet: BE, 7E and A9. RGB value is (190,126,169). Sum of RGB (Red+Green+Blue) = 190+126+169=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 169 (66.41% from 255 or 34.85% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7EA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7EA9 is #418156. Grayscale: #959595. Windows color (decimal): -4292951 or 11108030. OLE color: 11108030.

HSL color Cylindrical-coordinate representation of color #BE7EA9: hue angle of 319.69º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE7EA9 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB190126169-
CMYK00.340.110.25
HSL319.69º32.99%61.96%-
HSV(B)319.69º33.68%74.51%-
XYZ35.8628.7341.19-
YUV150.04138.7156.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.18%
GREEN value IS 126 (49.61% from 255) = 25.98%
BLUE value IS 169 (66.41% from 255) = 34.85%
R=39.18%
G=25.98%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012616900.340.110.25319.6932.9961.96
HexBE7EA9022B19140213e
Octal27617625104213315004176
Binary101111101111110101010010100010101111001101000000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7EA9; }

 p { color: rgb(190,126,169); }

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

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

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

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

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

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

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