#BF9ACD

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

Shades of Wisteria #BF9ACD

Tints of Wisteria #BF9ACD

Color information

#BF9ACD (or 0xBF9ACD) is unknown color: approx Wisteria. HEX triplet: BF, 9A and CD. RGB value is (191,154,205). Sum of RGB (Red+Green+Blue) = 191+154+205=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 154 (60.55% from 255 or 28% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF9ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9ACD is #406532. Grayscale: #AAAAAA. Windows color (decimal): -4220211 or 13474495. OLE color: 13474495.

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

Color convert

RGB191154205-
CMYK0.070.2500.20
HSL283.53º33.77%70.39%-
HSV(B)283.53º24.88%80.39%-
XYZ44.0638.662.88-
YUV170.88147.26142.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.73%
GREEN value IS 154 (60.55% from 255) = 28%
BLUE value IS 205 (80.47% from 255) = 37.27%
R=34.73%
G=28%
B=37.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911542050.070.2500.20283.5333.7770.39
HexBF9ACD71901411c2246
Octal27723231573102443442106
Binary101111111001101011001101111110010101001000111001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9ACD; }

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

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

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

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

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

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

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

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