#BE92CF

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

Shades of Wisteria #BE92CF

Tints of Wisteria #BE92CF

Color information

#BE92CF (or 0xBE92CF) is unknown color: approx Wisteria. HEX triplet: BE, 92 and CF. RGB value is (190,146,207). Sum of RGB (Red+Green+Blue) = 190+146+207=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 146 (57.42% from 255 or 26.89% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE92CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE92CF is #416D30. Grayscale: #A5A5A5. Windows color (decimal): -4287793 or 13603518. OLE color: 13603518.

HSL color Cylindrical-coordinate representation of color #BE92CF: hue angle of 283.28º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BE92CF is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB190146207-
CMYK0.080.2900.19
HSL283.28º38.85%69.22%-
HSV(B)283.28º29.47%81.18%-
XYZ42.7836.0163.73-
YUV166.11151.08145.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.99%
GREEN value IS 146 (57.42% from 255) = 26.89%
BLUE value IS 207 (81.25% from 255) = 38.12%
R=34.99%
G=26.89%
B=38.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1901462070.080.2900.19283.2838.8569.22
HexBE92CF81D01311b2745
Octal276222317103502343347105
Binary1011111010010010110011111000111010100111000110111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE92CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE92CF; }

 p { color: rgb(190,146,207); }

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

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

 a { background-color: rgb(190,146,207); }

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

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

 span { border-color: rgb(190,146,207); }

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