#BD96CB

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

Shades of Wisteria #BD96CB

Tints of Wisteria #BD96CB

Color information

#BD96CB (or 0xBD96CB) is unknown color: approx Wisteria. HEX triplet: BD, 96 and CB. RGB value is (189,150,203). Sum of RGB (Red+Green+Blue) = 189+150+203=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD96CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD96CB is #426934. Grayscale: #A7A7A7. Windows color (decimal): -4352309 or 13342397. OLE color: 13342397.

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

Color convert

RGB189150203-
CMYK0.070.2600.20
HSL284.15º33.76%69.22%-
HSV(B)284.15º26.11%79.61%-
XYZ42.6736.9461.38-
YUV167.7147.92143.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.87%
GREEN value IS 150 (58.98% from 255) = 27.68%
BLUE value IS 203 (79.69% from 255) = 37.45%
R=34.87%
G=27.68%
B=37.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1891502030.070.2600.20284.1533.7669.22
HexBD96CB71A01411c2245
Octal27522631373202443442105
Binary101111011001011011001011111110100101001000111001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD96CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD96CB; }

 p { color: rgb(189,150,203); }

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

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

 a { background-color: rgb(189,150,203); }

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

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

 span { border-color: rgb(189,150,203); }

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