#B58DAE

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

Shades of London Hue #B58DAE

Tints of London Hue #B58DAE

Color information

#B58DAE (or 0xB58DAE) is unknown color: approx London Hue. HEX triplet: B5, 8D and AE. RGB value is (181,141,174). Sum of RGB (Red+Green+Blue) = 181+141+174=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 174 (68.36% from 255 or 35.08% from 496); Max value from RGB is 181 - color contains mainly: red. Hex color #B58DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58DAE is #4A7251. Grayscale: #9C9C9C. Windows color (decimal): -4878930 or 11439541. OLE color: 11439541.

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

Color convert

RGB181141174-
CMYK00.220.040.29
HSL310.5º21.28%63.14%-
HSV(B)310.5º22.1%70.98%-
XYZ36.2231.9344.3-
YUV156.72137.75145.32-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.49%
GREEN value IS 141 (55.47% from 255) = 28.43%
BLUE value IS 174 (68.36% from 255) = 35.08%
R=36.49%
G=28.43%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114117400.220.040.29310.521.2863.14
HexB58DAE01641D136153f
Octal2652152560264354662577
Binary1011010110001101101011100101101001110110011011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58DAE; }

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

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

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

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

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

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

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

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