#BB96CC

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

Shades of Wisteria #BB96CC

Tints of Wisteria #BB96CC

Color information

#BB96CC (or 0xBB96CC) is unknown color: approx Wisteria. HEX triplet: BB, 96 and CC. RGB value is (187,150,204). Sum of RGB (Red+Green+Blue) = 187+150+204=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB96CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB96CC is #446933. Grayscale: #A7A7A7. Windows color (decimal): -4483380 or 13407931. OLE color: 13407931.

HSL color Cylindrical-coordinate representation of color #BB96CC: hue angle of 281.11º degrees, saturation: 0.35, 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 #BB96CC is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB187150204-
CMYK0.080.2600.2
HSL281.11º34.62%69.41%-
HSV(B)281.11º26.47%80%-
XYZ42.336.7461.99-
YUV167.22148.76142.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.57%
GREEN value IS 150 (58.98% from 255) = 27.73%
BLUE value IS 204 (80.08% from 255) = 37.71%
R=34.57%
G=27.73%
B=37.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1871502040.080.2600.2281.1134.6269.41
HexBB96CC81A0141192345
Octal273226314103202443143105
Binary1011101110010110110011001000110100101001000110011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB96CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB96CC; }

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

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

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

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

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

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

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

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