#BE9FCC

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

Shades of Wisteria #BE9FCC

Tints of Wisteria #BE9FCC

Color information

#BE9FCC (or 0xBE9FCC) is unknown color: approx Wisteria. HEX triplet: BE, 9F and CC. RGB value is (190,159,204). Sum of RGB (Red+Green+Blue) = 190+159+204=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 159 (62.5% from 255 or 28.75% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE9FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9FCC is #416033. Grayscale: #ADADAD. Windows color (decimal): -4284468 or 13410238. OLE color: 13410238.

HSL color Cylindrical-coordinate representation of color #BE9FCC: hue angle of 281.33º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BE9FCC is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB190159204-
CMYK0.070.2200.2
HSL281.33º30.61%71.18%-
HSV(B)281.33º22.06%80%-
XYZ44.5340.162.52-
YUV173.4145.27139.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.36%
GREEN value IS 159 (62.5% from 255) = 28.75%
BLUE value IS 204 (80.08% from 255) = 36.89%
R=34.36%
G=28.75%
B=36.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1901592040.070.2200.2281.3330.6171.18
HexBE9FCC7160141191f47
Octal27623731472602443137107
Binary10111110100111111100110011110110010100100011001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9FCC; }

 p { color: rgb(190,159,204); }

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

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

 a { background-color: rgb(190,159,204); }

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

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

 span { border-color: rgb(190,159,204); }

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