#BEA2CD

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

Shades of Wisteria #BEA2CD

Tints of Wisteria #BEA2CD

Color information

#BEA2CD (or 0xBEA2CD) is unknown color: approx Wisteria. HEX triplet: BE, A2 and CD. RGB value is (190,162,205). Sum of RGB (Red+Green+Blue) = 190+162+205=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 162 (63.67% from 255 or 29.08% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 205 - color contains mainly: blue. Hex color #BEA2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA2CD is #415D32. Grayscale: #AFAFAF. Windows color (decimal): -4283699 or 13476542. OLE color: 13476542.

HSL color Cylindrical-coordinate representation of color #BEA2CD: hue angle of 279.07º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEA2CD is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB190162205-
CMYK0.070.2100.20
HSL279.07º30.07%71.96%-
HSV(B)279.07º20.98%80.39%-
XYZ45.1741.263.33-
YUV175.27144.78138.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.11%
GREEN value IS 162 (63.67% from 255) = 29.08%
BLUE value IS 205 (80.47% from 255) = 36.80%
R=34.11%
G=29.08%
B=36.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901622050.070.2100.20279.0730.0771.96
HexBEA2CD7150141171e48
Octal27624231572502442736110
Binary10111110101000101100110111110101010100100010111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA2CD; }

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

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

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

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

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

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

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

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