#BE9ACC

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

Shades of Wisteria #BE9ACC

Tints of Wisteria #BE9ACC

Color information

#BE9ACC (or 0xBE9ACC) is unknown color: approx Wisteria. HEX triplet: BE, 9A and CC. RGB value is (190,154,204). Sum of RGB (Red+Green+Blue) = 190+154+204=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 154 (60.55% from 255 or 28.10% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE9ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9ACC is #416533. Grayscale: #AAAAAA. Windows color (decimal): -4285748 or 13408958. OLE color: 13408958.

HSL color Cylindrical-coordinate representation of color #BE9ACC: hue angle of 283.2º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BE9ACC is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB190154204-
CMYK0.070.2500.2
HSL283.2º32.89%70.2%-
HSV(B)283.2º24.51%80%-
XYZ43.6938.4262.24-
YUV170.46146.93141.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.67%
GREEN value IS 154 (60.55% from 255) = 28.10%
BLUE value IS 204 (80.08% from 255) = 37.23%
R=34.67%
G=28.10%
B=37.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1901542040.070.2500.2283.232.8970.2
HexBE9ACC71901411b2146
Octal27623231473102443341106
Binary101111101001101011001100111110010101001000110111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9ACC; }

 p { color: rgb(190,154,204); }

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

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

 a { background-color: rgb(190,154,204); }

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

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

 span { border-color: rgb(190,154,204); }

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