#B594AD

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

Shades of London Hue #B594AD

Tints of London Hue #B594AD

Color information

#B594AD (or 0xB594AD) is unknown color: approx London Hue. HEX triplet: B5, 94 and AD. RGB value is (181,148,173). Sum of RGB (Red+Green+Blue) = 181+148+173=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 181 - color contains mainly: red. Hex color #B594AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B594AD is #4A6B52. Grayscale: #A0A0A0. Windows color (decimal): -4877139 or 11375797. OLE color: 11375797.

HSL color Cylindrical-coordinate representation of color #B594AD: hue angle of 314.55º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B594AD is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB181148173-
CMYK00.180.040.29
HSL314.55º18.23%64.51%-
HSV(B)314.55º18.23%70.98%-
XYZ37.1934.0244.14-
YUV160.72134.93142.47-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.06%
GREEN value IS 148 (58.20% from 255) = 29.48%
BLUE value IS 173 (67.97% from 255) = 34.46%
R=36.06%
G=29.48%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114817300.180.040.29314.5518.2364.51
HexB594AD01241D13b1241
Octal26522425502243547322101
Binary10110101100101001010110101001010011101100111011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B594AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B594AD; }

 p { color: rgb(181,148,173); }

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

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

 a { background-color: rgb(181,148,173); }

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

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

 span { border-color: rgb(181,148,173); }

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