#BFA1CA

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

Shades of Wisteria #BFA1CA

Tints of Wisteria #BFA1CA

Color information

#BFA1CA (or 0xBFA1CA) is unknown color: approx Wisteria. HEX triplet: BF, A1 and CA. RGB value is (191,161,202). Sum of RGB (Red+Green+Blue) = 191+161+202=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 161 (63.28% from 255 or 29.06% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 202 - color contains mainly: blue. Hex color #BFA1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA1CA is #405E35. Grayscale: #AEAEAE. Windows color (decimal): -4218422 or 13279679. OLE color: 13279679.

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

Color convert

RGB191161202-
CMYK0.050.2000.21
HSL283.9º27.89%71.18%-
HSV(B)283.9º20.3%79.22%-
XYZ44.8940.8361.39-
YUV174.64143.44139.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.48%
GREEN value IS 161 (63.28% from 255) = 29.06%
BLUE value IS 202 (79.30% from 255) = 36.46%
R=34.48%
G=29.06%
B=36.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911612020.050.2000.21283.927.8971.18
HexBFA1CA51401511c1c47
Octal27724131252402543434107
Binary10111111101000011100101010110100010101100011100111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA1CA; }

 p { color: rgb(191,161,202); }

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

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

 a { background-color: rgb(191,161,202); }

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

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

 span { border-color: rgb(191,161,202); }

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