#BE6AA8

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

Shades of Bouquet #BE6AA8

Tints of Bouquet #BE6AA8

Color information

#BE6AA8 (or 0xBE6AA8) is unknown color: approx Bouquet. HEX triplet: BE, 6A and A8. RGB value is (190,106,168). Sum of RGB (Red+Green+Blue) = 190+106+168=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 106 (41.80% from 255 or 22.84% from 464); Blue value is 168 (66.02% from 255 or 36.21% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6AA8 is #419557. Grayscale: #8A8A8A. Windows color (decimal): -4298072 or 11037374. OLE color: 11037374.

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

Color convert

RGB190106168-
CMYK00.440.120.25
HSL315.71º39.25%58.04%-
HSV(B)315.71º44.21%74.51%-
XYZ33.4624.0839.93-
YUV138.18144.83164.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.95%
GREEN value IS 106 (41.80% from 255) = 22.84%
BLUE value IS 168 (66.02% from 255) = 36.21%
R=40.95%
G=22.84%
B=36.21%

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
Decimal19010616800.440.120.25315.7139.2558.04
HexBE6AA802CC1913c273a
Octal27615225005414314744772
Binary101111101101010101010000101100110011001100111100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6AA8; }

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

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

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

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

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

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

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

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