#BB90DE

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

Shades of Wisteria #BB90DE

Tints of Wisteria #BB90DE

Color information

#BB90DE (or 0xBB90DE) is unknown color: approx Wisteria. HEX triplet: BB, 90 and DE. RGB value is (187,144,222). Sum of RGB (Red+Green+Blue) = 187+144+222=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 144 (56.64% from 255 or 26.04% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB90DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB90DE is #446F21. Grayscale: #A5A5A5. Windows color (decimal): -4484898 or 14586043. OLE color: 14586043.

HSL color Cylindrical-coordinate representation of color #BB90DE: hue angle of 273.08º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB90DE is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187144222-
CMYK0.160.3500.13
HSL273.08º54.17%71.76%-
HSV(B)273.08º35.14%87.06%-
XYZ43.6535.7973.71-
YUV165.75159.75143.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.82%
GREEN value IS 144 (56.64% from 255) = 26.04%
BLUE value IS 222 (87.11% from 255) = 40.14%
R=33.82%
G=26.04%
B=40.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871442220.160.3500.13273.0854.1771.76
HexBB90DE10230D1113648
Octal273220336204301542166110
Binary10111011100100001101111010000100011011011000100011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB90DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB90DE; }

 p { color: rgb(187,144,222); }

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

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

 a { background-color: rgb(187,144,222); }

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

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

 span { border-color: rgb(187,144,222); }

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