#B58DAC

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

Shades of London Hue #B58DAC

Tints of London Hue #B58DAC

Color information

#B58DAC (or 0xB58DAC) is unknown color: approx London Hue. HEX triplet: B5, 8D and AC. RGB value is (181,141,172). Sum of RGB (Red+Green+Blue) = 181+141+172=494 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.64% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 181 - color contains mainly: red. Hex color #B58DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58DAC is #4A7253. Grayscale: #9C9C9C. Windows color (decimal): -4878932 or 11308469. OLE color: 11308469.

HSL color Cylindrical-coordinate representation of color #B58DAC: hue angle of 313.5º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B58DAC is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB181141172-
CMYK00.220.050.29
HSL313.5º21.28%63.14%-
HSV(B)313.5º22.1%70.98%-
XYZ36.0331.8543.28-
YUV156.49136.75145.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.64%
GREEN value IS 141 (55.47% from 255) = 28.54%
BLUE value IS 172 (67.58% from 255) = 34.82%
R=36.64%
G=28.54%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114117200.220.050.29313.521.2863.14
HexB58DAC01651D13a153f
Octal2652152540265354722577
Binary1011010110001101101011000101101011110110011101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58DAC; }

 p { color: rgb(181,141,172); }

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

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

 a { background-color: rgb(181,141,172); }

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

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

 span { border-color: rgb(181,141,172); }

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