#BF96CD

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

Shades of Wisteria #BF96CD

Tints of Wisteria #BF96CD

Color information

#BF96CD (or 0xBF96CD) is unknown color: approx Wisteria. HEX triplet: BF, 96 and CD. RGB value is (191,150,205). Sum of RGB (Red+Green+Blue) = 191+150+205=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF96CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF96CD is #406932. Grayscale: #A8A8A8. Windows color (decimal): -4221235 or 13473471. OLE color: 13473471.

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

Color convert

RGB191150205-
CMYK0.070.2700.20
HSL284.73º35.48%69.61%-
HSV(B)284.73º26.83%80.39%-
XYZ43.4137.362.67-
YUV168.53148.58144.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.98%
GREEN value IS 150 (58.98% from 255) = 27.47%
BLUE value IS 205 (80.47% from 255) = 37.55%
R=34.98%
G=27.47%
B=37.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911502050.070.2700.20284.7335.4869.61
HexBF96CD71B01411d2346
Octal27722631573302443543106
Binary101111111001011011001101111110110101001000111011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF96CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF96CD; }

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

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

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

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

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

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

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

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