#BE94CD

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

Shades of Wisteria #BE94CD

Tints of Wisteria #BE94CD

Color information

#BE94CD (or 0xBE94CD) is unknown color: approx Wisteria. HEX triplet: BE, 94 and CD. RGB value is (190,148,205). Sum of RGB (Red+Green+Blue) = 190+148+205=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE94CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE94CD is #416B32. Grayscale: #A6A6A6. Windows color (decimal): -4287283 or 13472958. OLE color: 13472958.

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

Color convert

RGB190148205-
CMYK0.070.2800.20
HSL284.21º36.31%69.22%-
HSV(B)284.21º27.8%80.39%-
XYZ42.8436.5362.55-
YUV167.06149.41144.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.99%
GREEN value IS 148 (58.20% from 255) = 27.26%
BLUE value IS 205 (80.47% from 255) = 37.75%
R=34.99%
G=27.26%
B=37.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901482050.070.2800.20284.2136.3169.22
HexBE94CD71C01411c2445
Octal27622431573402443444105
Binary101111101001010011001101111111000101001000111001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE94CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE94CD; }

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

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

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

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

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

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

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

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