#BE6EAA

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

Shades of Bouquet #BE6EAA

Tints of Bouquet #BE6EAA

Color information

#BE6EAA (or 0xBE6EAA) is unknown color: approx Bouquet. HEX triplet: BE, 6E and AA. RGB value is (190,110,170). Sum of RGB (Red+Green+Blue) = 190+110+170=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 110 (43.36% from 255 or 23.40% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6EAA is #419155. Grayscale: #8C8C8C. Windows color (decimal): -4297046 or 11169470. OLE color: 11169470.

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

Color convert

RGB190110170-
CMYK00.420.110.25
HSL315º38.1%58.82%-
HSV(B)315º42.11%74.51%-
XYZ34.072541.06-
YUV140.76144.5163.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.43%
GREEN value IS 110 (43.36% from 255) = 23.40%
BLUE value IS 170 (66.80% from 255) = 36.17%
R=40.43%
G=23.40%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011017000.420.110.2531538.158.82
HexBE6EAA02AB1913b263b
Octal27615625205213314734673
Binary101111101101110101010100101010101111001100111011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6EAA; }

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

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

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

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

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

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

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

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