#B584AC

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

Shades of London Hue #B584AC

Tints of London Hue #B584AC

Color information

#B584AC (or 0xB584AC) is unknown color: approx London Hue. HEX triplet: B5, 84 and AC. RGB value is (181,132,172). Sum of RGB (Red+Green+Blue) = 181+132+172=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 181 - color contains mainly: red. Hex color #B584AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B584AC is #4A7B53. Grayscale: #979797. Windows color (decimal): -4881236 or 11306165. OLE color: 11306165.

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

Color convert

RGB181132172-
CMYK00.270.050.29
HSL311.02º24.87%61.37%-
HSV(B)311.02º27.07%70.98%-
XYZ34.7529.342.85-
YUV151.21139.73149.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.32%
GREEN value IS 132 (51.95% from 255) = 27.22%
BLUE value IS 172 (67.58% from 255) = 35.46%
R=37.32%
G=27.22%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113217200.270.050.29311.0224.8761.37
HexB584AC01B51D137193d
Octal2652042540335354673175
Binary1011010110000100101011000110111011110110011011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B584AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B584AC; }

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

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

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

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

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

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

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

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