#B594AC

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

Shades of London Hue #B594AC

Tints of London Hue #B594AC

Color information

#B594AC (or 0xB594AC) is unknown color: approx London Hue. HEX triplet: B5, 94 and AC. RGB value is (181,148,172). Sum of RGB (Red+Green+Blue) = 181+148+172=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 181 - color contains mainly: red. Hex color #B594AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B594AC is #4A6B53. Grayscale: #A0A0A0. Windows color (decimal): -4877140 or 11310261. OLE color: 11310261.

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

Color convert

RGB181148172-
CMYK00.180.050.29
HSL316.36º18.23%64.51%-
HSV(B)316.36º18.23%70.98%-
XYZ37.0933.9843.63-
YUV160.6134.43142.55-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.13%
GREEN value IS 148 (58.20% from 255) = 29.54%
BLUE value IS 172 (67.58% from 255) = 34.33%
R=36.13%
G=29.54%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114817200.180.050.29316.3618.2364.51
HexB594AC01251D13c1241
Octal26522425402253547422101
Binary10110101100101001010110001001010111101100111100100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B594AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B594AC; }

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

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

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

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

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

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

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

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