#BB96CA

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

Shades of Wisteria #BB96CA

Tints of Wisteria #BB96CA

Color information

#BB96CA (or 0xBB96CA) is unknown color: approx Wisteria. HEX triplet: BB, 96 and CA. RGB value is (187,150,202). Sum of RGB (Red+Green+Blue) = 187+150+202=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB96CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB96CA is #446935. Grayscale: #A6A6A6. Windows color (decimal): -4483382 or 13276859. OLE color: 13276859.

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

Color convert

RGB187150202-
CMYK0.070.2600.21
HSL282.69º32.91%69.02%-
HSV(B)282.69º25.74%79.22%-
XYZ42.0636.6460.73-
YUV166.99147.76142.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.69%
GREEN value IS 150 (58.98% from 255) = 27.83%
BLUE value IS 202 (79.30% from 255) = 37.48%
R=34.69%
G=27.83%
B=37.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871502020.070.2600.21282.6932.9169.02
HexBB96CA71A01511b2145
Octal27322631273202543341105
Binary101110111001011011001010111110100101011000110111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB96CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB96CA; }

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

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

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

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

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

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

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

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