#BFA2CB

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

Shades of Wisteria #BFA2CB

Tints of Wisteria #BFA2CB

Color information

#BFA2CB (or 0xBFA2CB) is unknown color: approx Wisteria. HEX triplet: BF, A2 and CB. RGB value is (191,162,203). Sum of RGB (Red+Green+Blue) = 191+162+203=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 162 (63.67% from 255 or 29.14% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 203 - color contains mainly: blue. Hex color #BFA2CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA2CB is #405D34. Grayscale: #AFAFAF. Windows color (decimal): -4218165 or 13345471. OLE color: 13345471.

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

Color convert

RGB191162203-
CMYK0.060.2000.20
HSL282.44º28.28%71.57%-
HSV(B)282.44º20.2%79.61%-
XYZ45.1941.2362.08-
YUV175.34143.61139.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.35%
GREEN value IS 162 (63.67% from 255) = 29.14%
BLUE value IS 203 (79.69% from 255) = 36.51%
R=34.35%
G=29.14%
B=36.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911622030.060.2000.20282.4428.2871.57
HexBFA2CB61401411a1c48
Octal27724231362402443234110
Binary10111111101000101100101111010100010100100011010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA2CB; }

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

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

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

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

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

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

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

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