#B394AA

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

Shades of London Hue #B394AA

Tints of London Hue #B394AA

Color information

#B394AA (or 0xB394AA) is unknown color: approx London Hue. HEX triplet: B3, 94 and AA. RGB value is (179,148,170). Sum of RGB (Red+Green+Blue) = 179+148+170=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 179 - color contains mainly: red. Hex color #B394AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B394AA is #4C6B55. Grayscale: #9F9F9F. Windows color (decimal): -5008214 or 11179187. OLE color: 11179187.

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

Color convert

RGB179148170-
CMYK00.170.050.30
HSL317.42º16.94%64.12%-
HSV(B)317.42º17.32%70.2%-
XYZ36.4433.6742.61-
YUV159.78133.77141.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.02%
GREEN value IS 148 (58.20% from 255) = 29.78%
BLUE value IS 170 (66.80% from 255) = 34.21%
R=36.02%
G=29.78%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914817000.170.050.30317.4216.9464.12
HexB394AA01151E13d1140
Octal26322425202153647521100
Binary10110011100101001010101001000110111110100111101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B394AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B394AA; }

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

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

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

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

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

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

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

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