#BE6EA4

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

Shades of Bouquet #BE6EA4

Tints of Bouquet #BE6EA4

Color information

#BE6EA4 (or 0xBE6EA4) is unknown color: approx Bouquet. HEX triplet: BE, 6E and A4. RGB value is (190,110,164). Sum of RGB (Red+Green+Blue) = 190+110+164=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 110 (43.36% from 255 or 23.71% from 464); Blue value is 164 (64.45% from 255 or 35.34% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6EA4 is #41915B. Grayscale: #8B8B8B. Windows color (decimal): -4297052 or 10776254. OLE color: 10776254.

HSL color Cylindrical-coordinate representation of color #BE6EA4: hue angle of 319.5º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE6EA4 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB190110164-
CMYK00.420.140.25
HSL319.5º38.1%58.82%-
HSV(B)319.5º42.11%74.51%-
XYZ33.5124.7838.14-
YUV140.08141.5163.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.95%
GREEN value IS 110 (43.36% from 255) = 23.71%
BLUE value IS 164 (64.45% from 255) = 35.34%
R=40.95%
G=23.71%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011016400.420.140.25319.538.158.82
HexBE6EA402AE19140263b
Octal27615624405216315004673
Binary101111101101110101001000101010111011001101000000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6EA4; }

 p { color: rgb(190,110,164); }

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

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

 a { background-color: rgb(190,110,164); }

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

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

 span { border-color: rgb(190,110,164); }

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