#BB96CD

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

Shades of Wisteria #BB96CD

Tints of Wisteria #BB96CD

Color information

#BB96CD (or 0xBB96CD) is unknown color: approx Wisteria. HEX triplet: BB, 96 and CD. RGB value is (187,150,205). Sum of RGB (Red+Green+Blue) = 187+150+205=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB96CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB96CD is #446932. Grayscale: #A7A7A7. Windows color (decimal): -4483379 or 13473467. OLE color: 13473467.

HSL color Cylindrical-coordinate representation of color #BB96CD: hue angle of 280.36º 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 #BB96CD is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB187150205-
CMYK0.090.2700.20
HSL280.36º35.48%69.61%-
HSV(B)280.36º26.83%80.39%-
XYZ42.4236.7962.62-
YUV167.33149.26142.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.50%
GREEN value IS 150 (58.98% from 255) = 27.68%
BLUE value IS 205 (80.47% from 255) = 37.82%
R=34.50%
G=27.68%
B=37.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871502050.090.2700.20280.3635.4869.61
HexBB96CD91B0141182346
Octal273226315113302443043106
Binary1011101110010110110011011001110110101001000110001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB96CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB96CD; }

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

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

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

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

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

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

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

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