#B494AF

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

Shades of London Hue #B494AF

Tints of London Hue #B494AF

Color information

#B494AF (or 0xB494AF) is unknown color: approx London Hue. HEX triplet: B4, 94 and AF. RGB value is (180,148,175). Sum of RGB (Red+Green+Blue) = 180+148+175=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 180 - color contains mainly: red. Hex color #B494AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B494AF is #4B6B50. Grayscale: #A0A0A0. Windows color (decimal): -4942673 or 11506868. OLE color: 11506868.

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

Color convert

RGB180148175-
CMYK00.180.030.29
HSL309.38º17.58%64.31%-
HSV(B)309.38º17.78%70.59%-
XYZ37.1533.9845.16-
YUV160.65136.1141.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.79%
GREEN value IS 148 (58.20% from 255) = 29.42%
BLUE value IS 175 (68.75% from 255) = 34.79%
R=35.79%
G=29.42%
B=34.79%

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
Decimal18014817500.180.030.29309.3817.5864.31
HexB494AF01231D1351240
Octal26422425702233546522100
Binary1011010010010100101011110100101111101100110101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B494AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B494AF; }

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

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

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

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

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

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

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

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