#B493AA

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

Shades of London Hue #B493AA

Tints of London Hue #B493AA

Color information

#B493AA (or 0xB493AA) is unknown color: approx London Hue. HEX triplet: B4, 93 and AA. RGB value is (180,147,170). Sum of RGB (Red+Green+Blue) = 180+147+170=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 147 (57.81% from 255 or 29.58% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 180 - color contains mainly: red. Hex color #B493AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B493AA is #4B6C55. Grayscale: #9F9F9F. Windows color (decimal): -4942934 or 11178932. OLE color: 11178932.

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

Color convert

RGB180147170-
CMYK00.180.060.29
HSL318.18º18.03%64.12%-
HSV(B)318.18º18.33%70.59%-
XYZ36.5133.4742.57-
YUV159.49133.93142.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.22%
GREEN value IS 147 (57.81% from 255) = 29.58%
BLUE value IS 170 (66.80% from 255) = 34.21%
R=36.22%
G=29.58%
B=34.21%

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
Decimal18014717000.180.060.29318.1818.0364.12
HexB493AA01261D13e1240
Octal26422325202263547622100
Binary10110100100100111010101001001011011101100111110100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B493AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B493AA; }

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

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

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

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

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

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

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

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