#BD85AB

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

Shades of London Hue #BD85AB

Tints of London Hue #BD85AB

Color information

#BD85AB (or 0xBD85AB) is unknown color: approx London Hue. HEX triplet: BD, 85 and AB. RGB value is (189,133,171). Sum of RGB (Red+Green+Blue) = 189+133+171=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 133 (52.34% from 255 or 26.98% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BD85AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD85AB is #427A54. Grayscale: #999999. Windows color (decimal): -4356693 or 11240893. OLE color: 11240893.

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

Color convert

RGB189133171-
CMYK00.300.100.26
HSL319.29º29.79%63.14%-
HSV(B)319.29º29.63%74.12%-
XYZ36.7230.5342.49-
YUV154.08137.55152.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.34%
GREEN value IS 133 (52.34% from 255) = 26.98%
BLUE value IS 171 (67.19% from 255) = 34.69%
R=38.34%
G=26.98%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913317100.300.100.26319.2929.7963.14
HexBD85AB01EA1A13f1e3f
Octal27520525303612324773677
Binary10111101100001011010101101111010101101010011111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD85AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD85AB; }

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

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

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

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

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

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

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

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