#BFA1CC

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

Shades of Wisteria #BFA1CC

Tints of Wisteria #BFA1CC

Color information

#BFA1CC (or 0xBFA1CC) is unknown color: approx Wisteria. HEX triplet: BF, A1 and CC. RGB value is (191,161,204). Sum of RGB (Red+Green+Blue) = 191+161+204=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 161 (63.28% from 255 or 28.96% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 204 - color contains mainly: blue. Hex color #BFA1CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA1CC is #405E33. Grayscale: #AEAEAE. Windows color (decimal): -4218420 or 13410751. OLE color: 13410751.

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

Color convert

RGB191161204-
CMYK0.060.2100.2
HSL281.86º29.66%71.57%-
HSV(B)281.86º21.08%80%-
XYZ45.1340.9362.65-
YUV174.87144.44139.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.35%
GREEN value IS 161 (63.28% from 255) = 28.96%
BLUE value IS 204 (80.08% from 255) = 36.69%
R=34.35%
G=28.96%
B=36.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1911612040.060.2100.2281.8629.6671.57
HexBFA1CC61501411a1e48
Octal27724131462502443236110
Binary10111111101000011100110011010101010100100011010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA1CC; }

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

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

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

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

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

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

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

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