#BD85AC

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

Shades of London Hue #BD85AC

Tints of London Hue #BD85AC

Color information

#BD85AC (or 0xBD85AC) is unknown color: approx London Hue. HEX triplet: BD, 85 and AC. RGB value is (189,133,172). Sum of RGB (Red+Green+Blue) = 189+133+172=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 189 - color contains mainly: red. Hex color #BD85AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD85AC is #427A53. Grayscale: #9A9A9A. Windows color (decimal): -4356692 or 11306429. OLE color: 11306429.

HSL color Cylindrical-coordinate representation of color #BD85AC: hue angle of 318.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 #BD85AC is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB189133172-
CMYK00.300.090.26
HSL318.21º29.79%63.14%-
HSV(B)318.21º29.63%74.12%-
XYZ36.8230.5742.99-
YUV154.19138.05152.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.26%
GREEN value IS 133 (52.34% from 255) = 26.92%
BLUE value IS 172 (67.58% from 255) = 34.82%
R=38.26%
G=26.92%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913317200.300.090.26318.2129.7963.14
HexBD85AC01E91A13e1e3f
Octal27520525403611324763677
Binary10111101100001011010110001111010011101010011111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD85AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD85AC; }

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

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

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

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

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

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

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

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