#BF9ACC

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

Shades of Wisteria #BF9ACC

Tints of Wisteria #BF9ACC

Color information

#BF9ACC (or 0xBF9ACC) is unknown color: approx Wisteria. HEX triplet: BF, 9A and CC. RGB value is (191,154,204). Sum of RGB (Red+Green+Blue) = 191+154+204=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 154 (60.55% from 255 or 28.05% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF9ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9ACC is #406533. Grayscale: #AAAAAA. Windows color (decimal): -4220212 or 13408959. OLE color: 13408959.

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

Color convert

RGB191154204-
CMYK0.060.2500.2
HSL284.4º32.89%70.2%-
HSV(B)284.4º24.51%80%-
XYZ43.9438.5562.25-
YUV170.76146.76142.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.79%
GREEN value IS 154 (60.55% from 255) = 28.05%
BLUE value IS 204 (80.08% from 255) = 37.16%
R=34.79%
G=28.05%
B=37.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1911542040.060.2500.2284.432.8970.2
HexBF9ACC61901411c2146
Octal27723231463102443441106
Binary101111111001101011001100110110010101001000111001000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9ACC; }

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

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

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

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

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

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

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

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