#BFA2CA

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

Shades of Wisteria #BFA2CA

Tints of Wisteria #BFA2CA

Color information

#BFA2CA (or 0xBFA2CA) is unknown color: approx Wisteria. HEX triplet: BF, A2 and CA. RGB value is (191,162,202). Sum of RGB (Red+Green+Blue) = 191+162+202=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 162 (63.67% from 255 or 29.19% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 202 - color contains mainly: blue. Hex color #BFA2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA2CA is #405D35. Grayscale: #AFAFAF. Windows color (decimal): -4218166 or 13279935. OLE color: 13279935.

HSL color Cylindrical-coordinate representation of color #BFA2CA: hue angle of 283.5º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFA2CA is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB191162202-
CMYK0.050.2000.21
HSL283.5º27.4%71.37%-
HSV(B)283.5º19.8%79.22%-
XYZ45.0741.1861.45-
YUV175.23143.11139.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.41%
GREEN value IS 162 (63.67% from 255) = 29.19%
BLUE value IS 202 (79.30% from 255) = 36.40%
R=34.41%
G=29.19%
B=36.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911622020.050.2000.21283.527.471.37
HexBFA2CA51401511c1b47
Octal27724231252402543433107
Binary10111111101000101100101010110100010101100011100110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA2CA; }

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

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

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

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

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

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

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

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