#B393AA

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

Shades of London Hue #B393AA

Tints of London Hue #B393AA

Color information

#B393AA (or 0xB393AA) is unknown color: approx London Hue. HEX triplet: B3, 93 and AA. RGB value is (179,147,170). Sum of RGB (Red+Green+Blue) = 179+147+170=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 147 (57.81% from 255 or 29.64% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 179 - color contains mainly: red. Hex color #B393AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B393AA is #4C6C55. Grayscale: #9F9F9F. Windows color (decimal): -5008470 or 11178931. OLE color: 11178931.

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

Color convert

RGB179147170-
CMYK00.180.050.30
HSL316.88º17.39%63.92%-
HSV(B)316.88º17.88%70.2%-
XYZ36.2833.3542.56-
YUV159.19134.1142.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.09%
GREEN value IS 147 (57.81% from 255) = 29.64%
BLUE value IS 170 (66.80% from 255) = 34.27%
R=36.09%
G=29.64%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914717000.180.050.30316.8817.3963.92
HexB393AA01251E13d1140
Octal26322325202253647521100
Binary10110011100100111010101001001010111110100111101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B393AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B393AA; }

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

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

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

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

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

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

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

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