#BE97CB

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

Shades of Wisteria #BE97CB

Tints of Wisteria #BE97CB

Color information

#BE97CB (or 0xBE97CB) is unknown color: approx Wisteria. HEX triplet: BE, 97 and CB. RGB value is (190,151,203). Sum of RGB (Red+Green+Blue) = 190+151+203=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 151 (59.38% from 255 or 27.76% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE97CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE97CB is #416834. Grayscale: #A8A8A8. Windows color (decimal): -4286517 or 13342654. OLE color: 13342654.

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

Color convert

RGB190151203-
CMYK0.060.2600.20
HSL285º33.33%69.41%-
HSV(B)285º25.62%79.61%-
XYZ43.0837.3961.45-
YUV168.59147.42143.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.93%
GREEN value IS 151 (59.38% from 255) = 27.76%
BLUE value IS 203 (79.69% from 255) = 37.32%
R=34.93%
G=27.76%
B=37.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901512030.060.2600.2028533.3369.41
HexBE97CB61A01411d2145
Octal27622731363202443541105
Binary101111101001011111001011110110100101001000111011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE97CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE97CB; }

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

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

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

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

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

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

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

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