#B594AE

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

Shades of London Hue #B594AE

Tints of London Hue #B594AE

Color information

#B594AE (or 0xB594AE) is unknown color: approx London Hue. HEX triplet: B5, 94 and AE. RGB value is (181,148,174). Sum of RGB (Red+Green+Blue) = 181+148+174=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 181 - color contains mainly: red. Hex color #B594AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B594AE is #4A6B51. Grayscale: #A0A0A0. Windows color (decimal): -4877138 or 11441333. OLE color: 11441333.

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

Color convert

RGB181148174-
CMYK00.180.040.29
HSL312.73º18.23%64.51%-
HSV(B)312.73º18.23%70.98%-
XYZ37.2934.0644.65-
YUV160.83135.43142.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.98%
GREEN value IS 148 (58.20% from 255) = 29.42%
BLUE value IS 174 (68.36% from 255) = 34.59%
R=35.98%
G=29.42%
B=34.59%

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
Decimal18114817400.180.040.29312.7318.2364.51
HexB594AE01241D1391241
Octal26522425602243547122101
Binary10110101100101001010111001001010011101100111001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B594AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B594AE; }

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

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

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

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

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

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

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

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