#BE9BC9

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

Shades of Wisteria #BE9BC9

Tints of Wisteria #BE9BC9

Color information

#BE9BC9 (or 0xBE9BC9) is unknown color: approx Wisteria. HEX triplet: BE, 9B and C9. RGB value is (190,155,201). Sum of RGB (Red+Green+Blue) = 190+155+201=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 155 (60.94% from 255 or 28.39% from 546); Blue value is 201 (78.91% from 255 or 36.81% from 546); Max value from RGB is 201 - color contains mainly: blue. Hex color #BE9BC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9BC9 is #416436. Grayscale: #AAAAAA. Windows color (decimal): -4285495 or 13212606. OLE color: 13212606.

HSL color Cylindrical-coordinate representation of color #BE9BC9: hue angle of 285.65º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BE9BC9 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB190155201-
CMYK0.050.2300.21
HSL285.65º29.87%69.8%-
HSV(B)285.65º22.89%78.82%-
XYZ43.538.6160.42-
YUV170.71145.1141.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.80%
GREEN value IS 155 (60.94% from 255) = 28.39%
BLUE value IS 201 (78.91% from 255) = 36.81%
R=34.80%
G=28.39%
B=36.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901552010.050.2300.21285.6529.8769.8
HexBE9BC951701511e1e46
Octal27623331152702543636106
Binary10111110100110111100100110110111010101100011110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9BC9; }

 p { color: rgb(190,155,201); }

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

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

 a { background-color: rgb(190,155,201); }

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

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

 span { border-color: rgb(190,155,201); }

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