#BE9BCB

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

Shades of Wisteria #BE9BCB

Tints of Wisteria #BE9BCB

Color information

#BE9BCB (or 0xBE9BCB) is unknown color: approx Wisteria. HEX triplet: BE, 9B and CB. RGB value is (190,155,203). Sum of RGB (Red+Green+Blue) = 190+155+203=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 155 (60.94% from 255 or 28.28% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE9BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9BCB is #416434. Grayscale: #AAAAAA. Windows color (decimal): -4285493 or 13343678. OLE color: 13343678.

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

Color convert

RGB190155203-
CMYK0.060.2400.20
HSL283.75º31.58%70.2%-
HSV(B)283.75º23.65%79.61%-
XYZ43.7438.761.66-
YUV170.94146.1141.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.67%
GREEN value IS 155 (60.94% from 255) = 28.28%
BLUE value IS 203 (79.69% from 255) = 37.04%
R=34.67%
G=28.28%
B=37.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901552030.060.2400.20283.7531.5870.2
HexBE9BCB61801411c2046
Octal27623331363002443440106
Binary101111101001101111001011110110000101001000111001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9BCB; }

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

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

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

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

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

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

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

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