#B393AD

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

Shades of London Hue #B393AD

Tints of London Hue #B393AD

Color information

#B393AD (or 0xB393AD) is unknown color: approx London Hue. HEX triplet: B3, 93 and AD. RGB value is (179,147,173). Sum of RGB (Red+Green+Blue) = 179+147+173=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 147 (57.81% from 255 or 29.46% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 179 - color contains mainly: red. Hex color #B393AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B393AD is #4C6C52. Grayscale: #9F9F9F. Windows color (decimal): -5008467 or 11375539. OLE color: 11375539.

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

Color convert

RGB179147173-
CMYK00.180.030.30
HSL311.25º17.39%63.92%-
HSV(B)311.25º17.88%70.2%-
XYZ36.5733.4744.07-
YUV159.53135.6141.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.87%
GREEN value IS 147 (57.81% from 255) = 29.46%
BLUE value IS 173 (67.97% from 255) = 34.67%
R=35.87%
G=29.46%
B=34.67%

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
Decimal17914717300.180.030.30311.2517.3963.92
HexB393AD01231E1371140
Octal26322325502233646721100
Binary1011001110010011101011010100101111110100110111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B393AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B393AD; }

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

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

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

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

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

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

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

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