#BD85BA

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

Shades of London Hue #BD85BA

Tints of London Hue #BD85BA

Color information

#BD85BA (or 0xBD85BA) is unknown color: approx London Hue. HEX triplet: BD, 85 and BA. RGB value is (189,133,186). Sum of RGB (Red+Green+Blue) = 189+133+186=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 133 (52.34% from 255 or 26.18% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 189 - color contains mainly: red. Hex color #BD85BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD85BA is #427A45. Grayscale: #9B9B9B. Windows color (decimal): -4356678 or 12223933. OLE color: 12223933.

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

Color convert

RGB189133186-
CMYK00.300.020.26
HSL303.21º29.79%63.14%-
HSV(B)303.21º29.63%74.12%-
XYZ38.2431.1450.45-
YUV155.79145.05151.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.20%
GREEN value IS 133 (52.34% from 255) = 26.18%
BLUE value IS 186 (73.05% from 255) = 36.61%
R=37.20%
G=26.18%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913318600.300.020.26303.2129.7963.14
HexBD85BA01E21A12f1e3f
Octal2752052720362324573677
Binary101111011000010110111010011110101101010010111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD85BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD85BA; }

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

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

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

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

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

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

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

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