#BE94CB

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

Shades of Wisteria #BE94CB

Tints of Wisteria #BE94CB

Color information

#BE94CB (or 0xBE94CB) is unknown color: approx Wisteria. HEX triplet: BE, 94 and CB. RGB value is (190,148,203). Sum of RGB (Red+Green+Blue) = 190+148+203=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 148 (58.20% from 255 or 27.36% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE94CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE94CB is #416B34. Grayscale: #A6A6A6. Windows color (decimal): -4287285 or 13341886. OLE color: 13341886.

HSL color Cylindrical-coordinate representation of color #BE94CB: hue angle of 285.82º degrees, saturation: 0.35, 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 #BE94CB is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB190148203-
CMYK0.060.2700.20
HSL285.82º34.59%68.82%-
HSV(B)285.82º27.09%79.61%-
XYZ42.636.4461.29-
YUV166.83148.41144.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.12%
GREEN value IS 148 (58.20% from 255) = 27.36%
BLUE value IS 203 (79.69% from 255) = 37.52%
R=35.12%
G=27.36%
B=37.52%

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
Decimal1901482030.060.2700.20285.8234.5968.82
HexBE94CB61B01411e2345
Octal27622431363302443643105
Binary101111101001010011001011110110110101001000111101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE94CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE94CB; }

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

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

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

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

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

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

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

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