#B393A9

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

Shades of London Hue #B393A9

Tints of London Hue #B393A9

Color information

#B393A9 (or 0xB393A9) is unknown color: approx London Hue. HEX triplet: B3, 93 and A9. RGB value is (179,147,169). Sum of RGB (Red+Green+Blue) = 179+147+169=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 169 (66.41% from 255 or 34.14% from 495); Max value from RGB is 179 - color contains mainly: red. Hex color #B393A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B393A9 is #4C6C56. Grayscale: #9F9F9F. Windows color (decimal): -5008471 or 11113395. OLE color: 11113395.

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

Color convert

RGB179147169-
CMYK00.180.060.30
HSL318.75º17.39%63.92%-
HSV(B)318.75º17.88%70.2%-
XYZ36.1933.3242.06-
YUV159.08133.6142.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.16%
GREEN value IS 147 (57.81% from 255) = 29.70%
BLUE value IS 169 (66.41% from 255) = 34.14%
R=36.16%
G=29.70%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914716900.180.060.30318.7517.3963.92
HexB393A901261E13f1140
Octal26322325102263647721100
Binary10110011100100111010100101001011011110100111111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B393A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B393A9; }

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

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

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

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

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

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

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

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