#B494AE

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

Shades of London Hue #B494AE

Tints of London Hue #B494AE

Color information

#B494AE (or 0xB494AE) is unknown color: approx London Hue. HEX triplet: B4, 94 and AE. RGB value is (180,148,174). Sum of RGB (Red+Green+Blue) = 180+148+174=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 180 - color contains mainly: red. Hex color #B494AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B494AE is #4B6B51. Grayscale: #A0A0A0. Windows color (decimal): -4942674 or 11441332. OLE color: 11441332.

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

Color convert

RGB180148174-
CMYK00.180.030.29
HSL311.25º17.58%64.31%-
HSV(B)311.25º17.78%70.59%-
XYZ37.0533.9444.64-
YUV160.53135.6141.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.86%
GREEN value IS 148 (58.20% from 255) = 29.48%
BLUE value IS 174 (68.36% from 255) = 34.66%
R=35.86%
G=29.48%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014817400.180.030.29311.2517.5864.31
HexB494AE01231D1371240
Octal26422425602233546722100
Binary1011010010010100101011100100101111101100110111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B494AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B494AE; }

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

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

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

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

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

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

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

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