#BF8AEC

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

Shades of Wisteria #BF8AEC

Tints of Wisteria #BF8AEC

Color information

#BF8AEC (or 0xBF8AEC) is unknown color: approx Wisteria. HEX triplet: BF, 8A and EC. RGB value is (191,138,236). Sum of RGB (Red+Green+Blue) = 191+138+236=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 138 (54.30% from 255 or 24.42% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF8AEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8AEC is #407513. Grayscale: #A4A4A4. Windows color (decimal): -4224276 or 15502015. OLE color: 15502015.

HSL color Cylindrical-coordinate representation of color #BF8AEC: hue angle of 272.45º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF8AEC is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191138236-
CMYK0.190.4200.07
HSL272.45º72.06%73.33%-
HSV(B)272.45º41.53%92.55%-
XYZ45.7135.3183.76-
YUV165.02168.06146.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.81%
GREEN value IS 138 (54.30% from 255) = 24.42%
BLUE value IS 236 (92.58% from 255) = 41.77%
R=33.81%
G=24.42%
B=41.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911382360.190.4200.07272.4572.0673.33
HexBF8AEC132A071104849
Octal277212354235207420110111
Binary10111111100010101110110010011101010011110001000010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8AEC; }

 p { color: rgb(191,138,236); }

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

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

 a { background-color: rgb(191,138,236); }

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

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

 span { border-color: rgb(191,138,236); }

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