#BFA1CB

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

Shades of Wisteria #BFA1CB

Tints of Wisteria #BFA1CB

Color information

#BFA1CB (or 0xBFA1CB) is unknown color: approx Wisteria. HEX triplet: BF, A1 and CB. RGB value is (191,161,203). Sum of RGB (Red+Green+Blue) = 191+161+203=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 161 (63.28% from 255 or 29.01% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 203 - color contains mainly: blue. Hex color #BFA1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA1CB is #405E34. Grayscale: #AEAEAE. Windows color (decimal): -4218421 or 13345215. OLE color: 13345215.

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

Color convert

RGB191161203-
CMYK0.060.2100.20
HSL282.86º28.77%71.37%-
HSV(B)282.86º20.69%79.61%-
XYZ45.0140.8862.02-
YUV174.76143.94139.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.41%
GREEN value IS 161 (63.28% from 255) = 29.01%
BLUE value IS 203 (79.69% from 255) = 36.58%
R=34.41%
G=29.01%
B=36.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911612030.060.2100.20282.8628.7771.37
HexBFA1CB61501411b1d47
Octal27724131362502443335107
Binary10111111101000011100101111010101010100100011011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA1CB; }

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

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

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

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

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

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

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

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