#BE6AA7

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

Shades of Bouquet #BE6AA7

Tints of Bouquet #BE6AA7

Color information

#BE6AA7 (or 0xBE6AA7) is unknown color: approx Bouquet. HEX triplet: BE, 6A and A7. RGB value is (190,106,167). Sum of RGB (Red+Green+Blue) = 190+106+167=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 167 (65.62% from 255 or 36.07% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6AA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6AA7 is #419558. Grayscale: #898989. Windows color (decimal): -4298073 or 10971838. OLE color: 10971838.

HSL color Cylindrical-coordinate representation of color #BE6AA7: hue angle of 316.43º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE6AA7 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB190106167-
CMYK00.440.120.25
HSL316.43º39.25%58.04%-
HSV(B)316.43º44.21%74.51%-
XYZ33.3624.0539.44-
YUV138.07144.33165.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.04%
GREEN value IS 106 (41.80% from 255) = 22.89%
BLUE value IS 167 (65.62% from 255) = 36.07%
R=41.04%
G=22.89%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010616700.440.120.25316.4339.2558.04
HexBE6AA702CC1913c273a
Octal27615224705414314744772
Binary101111101101010101001110101100110011001100111100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6AA7; }

 p { color: rgb(190,106,167); }

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

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

 a { background-color: rgb(190,106,167); }

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

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

 span { border-color: rgb(190,106,167); }

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