#BE92CB

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

Shades of Wisteria #BE92CB

Tints of Wisteria #BE92CB

Color information

#BE92CB (or 0xBE92CB) is unknown color: approx Wisteria. HEX triplet: BE, 92 and CB. RGB value is (190,146,203). Sum of RGB (Red+Green+Blue) = 190+146+203=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 146 (57.42% from 255 or 27.09% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE92CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE92CB is #416D34. Grayscale: #A5A5A5. Windows color (decimal): -4287797 or 13341374. OLE color: 13341374.

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

Color convert

RGB190146203-
CMYK0.060.2800.20
HSL286.32º35.4%68.43%-
HSV(B)286.32º28.08%79.61%-
XYZ42.2935.8261.18-
YUV165.65149.08145.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.25%
GREEN value IS 146 (57.42% from 255) = 27.09%
BLUE value IS 203 (79.69% from 255) = 37.66%
R=35.25%
G=27.09%
B=37.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901462030.060.2800.20286.3235.468.43
HexBE92CB61C01411e2344
Octal27622231363402443643104
Binary101111101001001011001011110111000101001000111101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE92CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE92CB; }

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

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

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

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

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

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

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

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