#BFA2CD

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

Shades of Wisteria #BFA2CD

Tints of Wisteria #BFA2CD

Color information

#BFA2CD (or 0xBFA2CD) is unknown color: approx Wisteria. HEX triplet: BF, A2 and CD. RGB value is (191,162,205). Sum of RGB (Red+Green+Blue) = 191+162+205=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 162 (63.67% from 255 or 29.03% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 205 - color contains mainly: blue. Hex color #BFA2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA2CD is #405D32. Grayscale: #AFAFAF. Windows color (decimal): -4218163 or 13476543. OLE color: 13476543.

HSL color Cylindrical-coordinate representation of color #BFA2CD: hue angle of 280.47º 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 #BFA2CD is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB191162205-
CMYK0.070.2100.20
HSL280.47º30.07%71.96%-
HSV(B)280.47º20.98%80.39%-
XYZ45.4341.3263.34-
YUV175.57144.61139-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.23%
GREEN value IS 162 (63.67% from 255) = 29.03%
BLUE value IS 205 (80.47% from 255) = 36.74%
R=34.23%
G=29.03%
B=36.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911622050.070.2100.20280.4730.0771.96
HexBFA2CD7150141181e48
Octal27724231572502443036110
Binary10111111101000101100110111110101010100100011000111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA2CD; }

 p { color: rgb(191,162,205); }

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

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

 a { background-color: rgb(191,162,205); }

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

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

 span { border-color: rgb(191,162,205); }

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