#BFA5CD

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

Shades of Wisteria #BFA5CD

Tints of Wisteria #BFA5CD

Color information

#BFA5CD (or 0xBFA5CD) is unknown color: approx Wisteria. HEX triplet: BF, A5 and CD. RGB value is (191,165,205). Sum of RGB (Red+Green+Blue) = 191+165+205=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 165 (64.84% from 255 or 29.41% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 205 - color contains mainly: blue. Hex color #BFA5CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA5CD is #405A32. Grayscale: #B1B1B1. Windows color (decimal): -4217395 or 13477311. OLE color: 13477311.

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

Color convert

RGB191165205-
CMYK0.070.2000.20
HSL279º28.57%72.55%-
HSV(B)279º19.51%80.39%-
XYZ45.9642.3963.52-
YUV177.33143.61137.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.05%
GREEN value IS 165 (64.84% from 255) = 29.41%
BLUE value IS 205 (80.47% from 255) = 36.54%
R=34.05%
G=29.41%
B=36.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911652050.070.2000.2027928.5772.55
HexBFA5CD7140141171d49
Octal27724531572402442735111
Binary10111111101001011100110111110100010100100010111111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA5CD; }

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

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

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

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

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

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

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

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