#BB9ACC

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

Shades of Wisteria #BB9ACC

Tints of Wisteria #BB9ACC

Color information

#BB9ACC (or 0xBB9ACC) is unknown color: approx Wisteria. HEX triplet: BB, 9A and CC. RGB value is (187,154,204). Sum of RGB (Red+Green+Blue) = 187+154+204=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 154 (60.55% from 255 or 28.26% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB9ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9ACC is #446533. Grayscale: #A9A9A9. Windows color (decimal): -4482356 or 13408955. OLE color: 13408955.

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

Color convert

RGB187154204-
CMYK0.080.2500.2
HSL279.6º32.89%70.2%-
HSV(B)279.6º24.51%80%-
XYZ42.9538.0462.2-
YUV169.57147.43140.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.31%
GREEN value IS 154 (60.55% from 255) = 28.26%
BLUE value IS 204 (80.08% from 255) = 37.43%
R=34.31%
G=28.26%
B=37.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1871542040.080.2500.2279.632.8970.2
HexBB9ACC8190141182146
Octal273232314103102443041106
Binary1011101110011010110011001000110010101001000110001000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9ACC; }

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

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

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

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

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

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

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

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