#BE95DA

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

Shades of Wisteria #BE95DA

Tints of Wisteria #BE95DA

Color information

#BE95DA (or 0xBE95DA) is unknown color: approx Wisteria. HEX triplet: BE, 95 and DA. RGB value is (190,149,218). Sum of RGB (Red+Green+Blue) = 190+149+218=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 149 (58.59% from 255 or 26.75% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE95DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE95DA is #416A25. Grayscale: #A8A8A8. Windows color (decimal): -4287014 or 14325182. OLE color: 14325182.

HSL color Cylindrical-coordinate representation of color #BE95DA: hue angle of 275.65º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BE95DA is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB190149218-
CMYK0.130.3200.15
HSL275.65º48.25%71.96%-
HSV(B)275.65º31.65%85.49%-
XYZ44.6437.571.22-
YUV169.12155.58142.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.11%
GREEN value IS 149 (58.59% from 255) = 26.75%
BLUE value IS 218 (85.55% from 255) = 39.14%
R=34.11%
G=26.75%
B=39.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1901492180.130.3200.15275.6548.2571.96
HexBE95DAD200F1143048
Octal276225332154001742460110
Binary1011111010010101110110101101100000011111000101001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE95DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE95DA; }

 p { color: rgb(190,149,218); }

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

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

 a { background-color: rgb(190,149,218); }

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

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

 span { border-color: rgb(190,149,218); }

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