#B58DAF

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

Shades of London Hue #B58DAF

Tints of London Hue #B58DAF

Color information

#B58DAF (or 0xB58DAF) is unknown color: approx London Hue. HEX triplet: B5, 8D and AF. RGB value is (181,141,175). Sum of RGB (Red+Green+Blue) = 181+141+175=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 141 (55.47% from 255 or 28.37% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 181 - color contains mainly: red. Hex color #B58DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58DAF is #4A7250. Grayscale: #9C9C9C. Windows color (decimal): -4878929 or 11505077. OLE color: 11505077.

HSL color Cylindrical-coordinate representation of color #B58DAF: hue angle of 309º 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 #B58DAF is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB181141175-
CMYK00.220.030.29
HSL309º21.28%63.14%-
HSV(B)309º22.1%70.98%-
XYZ36.3231.9744.81-
YUV156.84138.25145.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.42%
GREEN value IS 141 (55.47% from 255) = 28.37%
BLUE value IS 175 (68.75% from 255) = 35.21%
R=36.42%
G=28.37%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114117500.220.030.2930921.2863.14
HexB58DAF01631D135153f
Octal2652152570263354652577
Binary101101011000110110101111010110111110110011010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58DAF; }

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

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

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

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

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

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

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

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