#BB9DCD

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

Shades of Wisteria #BB9DCD

Tints of Wisteria #BB9DCD

Color information

#BB9DCD (or 0xBB9DCD) is unknown color: approx Wisteria. HEX triplet: BB, 9D and CD. RGB value is (187,157,205). Sum of RGB (Red+Green+Blue) = 187+157+205=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 157 (61.72% from 255 or 28.60% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB9DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9DCD is #446232. Grayscale: #ABABAB. Windows color (decimal): -4481587 or 13475259. OLE color: 13475259.

HSL color Cylindrical-coordinate representation of color #BB9DCD: hue angle of 277.5º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BB9DCD is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB187157205-
CMYK0.090.2300.20
HSL277.5º32.43%70.98%-
HSV(B)277.5º23.41%80.39%-
XYZ43.5739.0963.01-
YUV171.44146.94139.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.06%
GREEN value IS 157 (61.72% from 255) = 28.60%
BLUE value IS 205 (80.47% from 255) = 37.34%
R=34.06%
G=28.60%
B=37.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871572050.090.2300.20277.532.4370.98
HexBB9DCD9170141162047
Octal273235315112702442640107
Binary1011101110011101110011011001101110101001000101101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9DCD; }

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

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

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

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

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

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

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

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