#BE7EA3

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

Shades of Bouquet #BE7EA3

Tints of Bouquet #BE7EA3

Color information

#BE7EA3 (or 0xBE7EA3) is unknown color: approx Bouquet. HEX triplet: BE, 7E and A3. RGB value is (190,126,163). Sum of RGB (Red+Green+Blue) = 190+126+163=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 163 (64.06% from 255 or 34.03% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7EA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7EA3 is #41815C. Grayscale: #959595. Windows color (decimal): -4292957 or 10714814. OLE color: 10714814.

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

Color convert

RGB190126163-
CMYK00.340.140.25
HSL325.31º32.99%61.96%-
HSV(B)325.31º33.68%74.51%-
XYZ35.3128.5138.29-
YUV149.35135.7156.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.67%
GREEN value IS 126 (49.61% from 255) = 26.30%
BLUE value IS 163 (64.06% from 255) = 34.03%
R=39.67%
G=26.30%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012616300.340.140.25325.3132.9961.96
HexBE7EA3022E19145213e
Octal27617624304216315054176
Binary101111101111110101000110100010111011001101000101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7EA3; }

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

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

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

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

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

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

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

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