#B393AE

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

Shades of London Hue #B393AE

Tints of London Hue #B393AE

Color information

#B393AE (or 0xB393AE) is unknown color: approx London Hue. HEX triplet: B3, 93 and AE. RGB value is (179,147,174). Sum of RGB (Red+Green+Blue) = 179+147+174=500 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.8% from 500); Green value is 147 (57.81% from 255 or 29.4% from 500); Blue value is 174 (68.36% from 255 or 34.8% from 500); Max value from RGB is 179 - color contains mainly: red. Hex color #B393AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B393AE is #4C6C51. Grayscale: #9F9F9F. Windows color (decimal): -5008466 or 11441075. OLE color: 11441075.

HSL color Cylindrical-coordinate representation of color #B393AE: hue angle of 309.38º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B393AE is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB179147174-
CMYK00.180.030.30
HSL309.38º17.39%63.92%-
HSV(B)309.38º17.88%70.2%-
XYZ36.6633.5144.58-
YUV159.65136.1141.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.8%
GREEN value IS 147 (57.81% from 255) = 29.4%
BLUE value IS 174 (68.36% from 255) = 34.8%
R=35.8%
G=29.4%
B=34.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914717400.180.030.30309.3817.3963.92
HexB393AE01231E1351140
Octal26322325602233646521100
Binary1011001110010011101011100100101111110100110101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B393AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B393AE; }

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

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

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

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

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

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

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

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