#BE9FD0

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

Shades of Wisteria #BE9FD0

Tints of Wisteria #BE9FD0

Color information

#BE9FD0 (or 0xBE9FD0) is unknown color: approx Wisteria. HEX triplet: BE, 9F and D0. RGB value is (190,159,208). Sum of RGB (Red+Green+Blue) = 190+159+208=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 159 (62.5% from 255 or 28.55% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 208 - color contains mainly: blue. Hex color #BE9FD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9FD0 is #41602F. Grayscale: #ADADAD. Windows color (decimal): -4284464 or 13672382. OLE color: 13672382.

HSL color Cylindrical-coordinate representation of color #BE9FD0: hue angle of 277.96º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BE9FD0 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB190159208-
CMYK0.090.2400.18
HSL277.96º34.27%71.96%-
HSV(B)277.96º23.56%81.57%-
XYZ45.0240.365.08-
YUV173.86147.27139.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.11%
GREEN value IS 159 (62.5% from 255) = 28.55%
BLUE value IS 208 (81.64% from 255) = 37.34%
R=34.11%
G=28.55%
B=37.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1901592080.090.2400.18277.9634.2771.96
HexBE9FD09180121162248
Octal276237320113002242642110
Binary1011111010011111110100001001110000100101000101101000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9FD0; }

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

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

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

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

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

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

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

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