#B493AE

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

Shades of London Hue #B493AE

Tints of London Hue #B493AE

Color information

#B493AE (or 0xB493AE) is unknown color: approx London Hue. HEX triplet: B4, 93 and AE. RGB value is (180,147,174). Sum of RGB (Red+Green+Blue) = 180+147+174=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 180 - color contains mainly: red. Hex color #B493AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B493AE is #4B6C51. Grayscale: #9F9F9F. Windows color (decimal): -4942930 or 11441076. OLE color: 11441076.

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

Color convert

RGB180147174-
CMYK00.180.030.29
HSL310.91º18.03%64.12%-
HSV(B)310.91º18.33%70.59%-
XYZ36.933.6344.59-
YUV159.95135.93142.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.93%
GREEN value IS 147 (57.81% from 255) = 29.34%
BLUE value IS 174 (68.36% from 255) = 34.73%
R=35.93%
G=29.34%
B=34.73%

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
Decimal18014717400.180.030.29310.9118.0364.12
HexB493AE01231D1371240
Octal26422325602233546722100
Binary1011010010010011101011100100101111101100110111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B493AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B493AE; }

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

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

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

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

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

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

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

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