#BB95CC

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

Shades of Wisteria #BB95CC

Tints of Wisteria #BB95CC

Color information

#BB95CC (or 0xBB95CC) is unknown color: approx Wisteria. HEX triplet: BB, 95 and CC. RGB value is (187,149,204). Sum of RGB (Red+Green+Blue) = 187+149+204=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 149 (58.59% from 255 or 27.59% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB95CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB95CC is #446A33. Grayscale: #A6A6A6. Windows color (decimal): -4483636 or 13407675. OLE color: 13407675.

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

Color convert

RGB187149204-
CMYK0.080.2700.2
HSL281.45º35.03%69.22%-
HSV(B)281.45º26.96%80%-
XYZ42.1436.4261.94-
YUV166.63149.09142.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.63%
GREEN value IS 149 (58.59% from 255) = 27.59%
BLUE value IS 204 (80.08% from 255) = 37.78%
R=34.63%
G=27.59%
B=37.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1871492040.080.2700.2281.4535.0369.22
HexBB95CC81B0141192345
Octal273225314103302443143105
Binary1011101110010101110011001000110110101001000110011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB95CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB95CC; }

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

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

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

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

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

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

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

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