#BD85AD

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

Shades of London Hue #BD85AD

Tints of London Hue #BD85AD

Color information

#BD85AD (or 0xBD85AD) is unknown color: approx London Hue. HEX triplet: BD, 85 and AD. RGB value is (189,133,173). Sum of RGB (Red+Green+Blue) = 189+133+173=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 189 - color contains mainly: red. Hex color #BD85AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD85AD is #427A52. Grayscale: #9A9A9A. Windows color (decimal): -4356691 or 11371965. OLE color: 11371965.

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

Color convert

RGB189133173-
CMYK00.300.080.26
HSL317.14º29.79%63.14%-
HSV(B)317.14º29.63%74.12%-
XYZ36.9230.6143.5-
YUV154.3138.55152.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.18%
GREEN value IS 133 (52.34% from 255) = 26.87%
BLUE value IS 173 (67.97% from 255) = 34.95%
R=38.18%
G=26.87%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913317300.300.080.26317.1429.7963.14
HexBD85AD01E81A13d1e3f
Octal27520525503610324753677
Binary10111101100001011010110101111010001101010011110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD85AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD85AD; }

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

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

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

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

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

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

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

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