#BE7EAA

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

Shades of Bouquet #BE7EAA

Tints of Bouquet #BE7EAA

Color information

#BE7EAA (or 0xBE7EAA) is unknown color: approx Bouquet. HEX triplet: BE, 7E and AA. RGB value is (190,126,170). Sum of RGB (Red+Green+Blue) = 190+126+170=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 126 (49.61% from 255 or 25.93% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7EAA is #418155. Grayscale: #969696. Windows color (decimal): -4292950 or 11173566. OLE color: 11173566.

HSL color Cylindrical-coordinate representation of color #BE7EAA: hue angle of 318.75º 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 #BE7EAA is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB190126170-
CMYK00.340.110.25
HSL318.75º32.99%61.96%-
HSV(B)318.75º33.68%74.51%-
XYZ35.9528.7741.69-
YUV150.15139.2156.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.09%
GREEN value IS 126 (49.61% from 255) = 25.93%
BLUE value IS 170 (66.80% from 255) = 34.98%
R=39.09%
G=25.93%
B=34.98%

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
Decimal19012617000.340.110.25318.7532.9961.96
HexBE7EAA022B1913f213e
Octal27617625204213314774176
Binary101111101111110101010100100010101111001100111111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7EAA; }

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

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

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

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

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

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

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

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