#B493A9

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

Shades of London Hue #B493A9

Tints of London Hue #B493A9

Color information

#B493A9 (or 0xB493A9) is unknown color: approx London Hue. HEX triplet: B4, 93 and A9. RGB value is (180,147,169). Sum of RGB (Red+Green+Blue) = 180+147+169=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 147 (57.81% from 255 or 29.64% from 496); Blue value is 169 (66.41% from 255 or 34.07% from 496); Max value from RGB is 180 - color contains mainly: red. Hex color #B493A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B493A9 is #4B6C56. Grayscale: #9F9F9F. Windows color (decimal): -4942935 or 11113396. OLE color: 11113396.

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

Color convert

RGB180147169-
CMYK00.180.060.29
HSL320º18.03%64.12%-
HSV(B)320º18.33%70.59%-
XYZ36.4233.4442.07-
YUV159.38133.43142.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.29%
GREEN value IS 147 (57.81% from 255) = 29.64%
BLUE value IS 169 (66.41% from 255) = 34.07%
R=36.29%
G=29.64%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014716900.180.060.2932018.0364.12
HexB493A901261D1401240
Octal26422325102263550022100
Binary10110100100100111010100101001011011101101000000100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B493A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B493A9; }

 p { color: rgb(180,147,169); }

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

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

 a { background-color: rgb(180,147,169); }

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

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

 span { border-color: rgb(180,147,169); }

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