#B493AB

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

Shades of London Hue #B493AB

Tints of London Hue #B493AB

Color information

#B493AB (or 0xB493AB) is unknown color: approx London Hue. HEX triplet: B4, 93 and AB. RGB value is (180,147,171). Sum of RGB (Red+Green+Blue) = 180+147+171=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 147 (57.81% from 255 or 29.52% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 180 - color contains mainly: red. Hex color #B493AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B493AB is #4B6C54. Grayscale: #9F9F9F. Windows color (decimal): -4942933 or 11244468. OLE color: 11244468.

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

Color convert

RGB180147171-
CMYK00.180.050.29
HSL316.36º18.03%64.12%-
HSV(B)316.36º18.33%70.59%-
XYZ36.6133.5143.07-
YUV159.6134.43142.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.14%
GREEN value IS 147 (57.81% from 255) = 29.52%
BLUE value IS 171 (67.19% from 255) = 34.34%
R=36.14%
G=29.52%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014717100.180.050.29316.3618.0364.12
HexB493AB01251D13c1240
Octal26422325302253547422100
Binary10110100100100111010101101001010111101100111100100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B493AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B493AB; }

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

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

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

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

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

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

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

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