#BE9FCA

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

Shades of Wisteria #BE9FCA

Tints of Wisteria #BE9FCA

Color information

#BE9FCA (or 0xBE9FCA) is unknown color: approx Wisteria. HEX triplet: BE, 9F and CA. RGB value is (190,159,202). Sum of RGB (Red+Green+Blue) = 190+159+202=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 159 (62.5% from 255 or 28.86% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE9FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9FCA is #416035. Grayscale: #ADADAD. Windows color (decimal): -4284470 or 13279166. OLE color: 13279166.

HSL color Cylindrical-coordinate representation of color #BE9FCA: hue angle of 283.26º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BE9FCA is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB190159202-
CMYK0.060.2100.21
HSL283.26º28.86%70.78%-
HSV(B)283.26º21.29%79.22%-
XYZ44.2940.0161.26-
YUV173.17144.27140-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.48%
GREEN value IS 159 (62.5% from 255) = 28.86%
BLUE value IS 202 (79.30% from 255) = 36.66%
R=34.48%
G=28.86%
B=36.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901592020.060.2100.21283.2628.8670.78
HexBE9FCA61501511b1d47
Octal27623731262502543335107
Binary10111110100111111100101011010101010101100011011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9FCA; }

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

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

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

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

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

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

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

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