#BB9ACD

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

Shades of Wisteria #BB9ACD

Tints of Wisteria #BB9ACD

Color information

#BB9ACD (or 0xBB9ACD) is unknown color: approx Wisteria. HEX triplet: BB, 9A and CD. RGB value is (187,154,205). Sum of RGB (Red+Green+Blue) = 187+154+205=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 154 (60.55% from 255 or 28.21% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB9ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9ACD is #446532. Grayscale: #A9A9A9. Windows color (decimal): -4482355 or 13474491. OLE color: 13474491.

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

Color convert

RGB187154205-
CMYK0.090.2500.20
HSL278.82º33.77%70.39%-
HSV(B)278.82º24.88%80.39%-
XYZ43.0738.0862.84-
YUV169.68147.93140.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.25%
GREEN value IS 154 (60.55% from 255) = 28.21%
BLUE value IS 205 (80.47% from 255) = 37.55%
R=34.25%
G=28.21%
B=37.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871542050.090.2500.20278.8233.7770.39
HexBB9ACD9190141172246
Octal273232315113102442742106
Binary1011101110011010110011011001110010101001000101111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9ACD; }

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

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

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

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

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

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

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

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