#BE9ACD

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

Shades of Wisteria #BE9ACD

Tints of Wisteria #BE9ACD

Color information

#BE9ACD (or 0xBE9ACD) is unknown color: approx Wisteria. HEX triplet: BE, 9A and CD. RGB value is (190,154,205). Sum of RGB (Red+Green+Blue) = 190+154+205=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 154 (60.55% from 255 or 28.05% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE9ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9ACD is #416532. Grayscale: #AAAAAA. Windows color (decimal): -4285747 or 13474494. OLE color: 13474494.

HSL color Cylindrical-coordinate representation of color #BE9ACD: hue angle of 282.35º degrees, saturation: 0.34, 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 #BE9ACD is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB190154205-
CMYK0.070.2500.20
HSL282.35º33.77%70.39%-
HSV(B)282.35º24.88%80.39%-
XYZ43.8138.4762.87-
YUV170.58147.43141.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.61%
GREEN value IS 154 (60.55% from 255) = 28.05%
BLUE value IS 205 (80.47% from 255) = 37.34%
R=34.61%
G=28.05%
B=37.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901542050.070.2500.20282.3533.7770.39
HexBE9ACD71901411a2246
Octal27623231573102443242106
Binary101111101001101011001101111110010101001000110101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9ACD; }

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

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

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

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

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

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

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

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