#BD86BA

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

Shades of London Hue #BD86BA

Tints of London Hue #BD86BA

Color information

#BD86BA (or 0xBD86BA) is unknown color: approx London Hue. HEX triplet: BD, 86 and BA. RGB value is (189,134,186). Sum of RGB (Red+Green+Blue) = 189+134+186=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 134 (52.73% from 255 or 26.33% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 189 - color contains mainly: red. Hex color #BD86BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD86BA is #427945. Grayscale: #9C9C9C. Windows color (decimal): -4356422 or 12224189. OLE color: 12224189.

HSL color Cylindrical-coordinate representation of color #BD86BA: hue angle of 303.27º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD86BA is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB189134186-
CMYK00.290.020.26
HSL303.27º29.41%63.33%-
HSV(B)303.27º29.1%74.12%-
XYZ38.3731.4150.5-
YUV156.37144.72151.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.13%
GREEN value IS 134 (52.73% from 255) = 26.33%
BLUE value IS 186 (73.05% from 255) = 36.54%
R=37.13%
G=26.33%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913418600.290.020.26303.2729.4163.33
HexBD86BA01D21A12f1d3f
Octal2752062720352324573577
Binary101111011000011010111010011101101101010010111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD86BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD86BA; }

 p { color: rgb(189,134,186); }

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

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

 a { background-color: rgb(189,134,186); }

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

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

 span { border-color: rgb(189,134,186); }

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