#BE95CB

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

Shades of Wisteria #BE95CB

Tints of Wisteria #BE95CB

Color information

#BE95CB (or 0xBE95CB) is unknown color: approx Wisteria. HEX triplet: BE, 95 and CB. RGB value is (190,149,203). Sum of RGB (Red+Green+Blue) = 190+149+203=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 149 (58.59% from 255 or 27.49% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE95CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE95CB is #416A34. Grayscale: #A7A7A7. Windows color (decimal): -4287029 or 13342142. OLE color: 13342142.

HSL color Cylindrical-coordinate representation of color #BE95CB: hue angle of 285.56º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BE95CB is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB190149203-
CMYK0.060.2700.20
HSL285.56º34.18%69.02%-
HSV(B)285.56º26.6%79.61%-
XYZ42.7636.7561.34-
YUV167.42148.08144.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.06%
GREEN value IS 149 (58.59% from 255) = 27.49%
BLUE value IS 203 (79.69% from 255) = 37.45%
R=35.06%
G=27.49%
B=37.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901492030.060.2700.20285.5634.1869.02
HexBE95CB61B01411e2245
Octal27622531363302443642105
Binary101111101001010111001011110110110101001000111101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE95CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE95CB; }

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

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

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

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

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

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

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

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