#B493AF

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

Shades of London Hue #B493AF

Tints of London Hue #B493AF

Color information

#B493AF (or 0xB493AF) is unknown color: approx London Hue. HEX triplet: B4, 93 and AF. RGB value is (180,147,175). Sum of RGB (Red+Green+Blue) = 180+147+175=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 180 - color contains mainly: red. Hex color #B493AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B493AF is #4B6C50. Grayscale: #9F9F9F. Windows color (decimal): -4942929 or 11506612. OLE color: 11506612.

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

Color convert

RGB180147175-
CMYK00.180.030.29
HSL309.09º18.03%64.12%-
HSV(B)309.09º18.33%70.59%-
XYZ36.9933.6745.11-
YUV160.06136.43142.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.86%
GREEN value IS 147 (57.81% from 255) = 29.28%
BLUE value IS 175 (68.75% from 255) = 34.86%
R=35.86%
G=29.28%
B=34.86%

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
Decimal18014717500.180.030.29309.0918.0364.12
HexB493AF01231D1351240
Octal26422325702233546522100
Binary1011010010010011101011110100101111101100110101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B493AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B493AF; }

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

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

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

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

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

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

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

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