#BB92DE

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

Shades of Wisteria #BB92DE

Tints of Wisteria #BB92DE

Color information

#BB92DE (or 0xBB92DE) is unknown color: approx Wisteria. HEX triplet: BB, 92 and DE. RGB value is (187,146,222). Sum of RGB (Red+Green+Blue) = 187+146+222=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 146 (57.42% from 255 or 26.31% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB92DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB92DE is #446D21. Grayscale: #A6A6A6. Windows color (decimal): -4484386 or 14586555. OLE color: 14586555.

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

Color convert

RGB187146222-
CMYK0.160.3400.13
HSL272.37º53.52%72.16%-
HSV(B)272.37º34.23%87.06%-
XYZ43.9636.473.82-
YUV166.92159.08142.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.69%
GREEN value IS 146 (57.42% from 255) = 26.31%
BLUE value IS 222 (87.11% from 255) = 40%
R=33.69%
G=26.31%
B=40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871462220.160.3400.13272.3753.5272.16
HexBB92DE10220D1103648
Octal273222336204201542066110
Binary10111011100100101101111010000100010011011000100001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB92DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB92DE; }

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

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

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

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

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

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

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

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