#B493AD

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

Shades of London Hue #B493AD

Tints of London Hue #B493AD

Color information

#B493AD (or 0xB493AD) is unknown color: approx London Hue. HEX triplet: B4, 93 and AD. RGB value is (180,147,173). Sum of RGB (Red+Green+Blue) = 180+147+173=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 147 (57.81% from 255 or 29.4% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 180 - color contains mainly: red. Hex color #B493AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B493AD is #4B6C52. Grayscale: #9F9F9F. Windows color (decimal): -4942931 or 11375540. OLE color: 11375540.

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

Color convert

RGB180147173-
CMYK00.180.040.29
HSL312.73º18.03%64.12%-
HSV(B)312.73º18.33%70.59%-
XYZ36.833.5944.08-
YUV159.83135.43142.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36%
GREEN value IS 147 (57.81% from 255) = 29.4%
BLUE value IS 173 (67.97% from 255) = 34.6%
R=36%
G=29.4%
B=34.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014717300.180.040.29312.7318.0364.12
HexB493AD01241D1391240
Octal26422325502243547122100
Binary10110100100100111010110101001010011101100111001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B493AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B493AD; }

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

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

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

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

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

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

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

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