#B394AE

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

Shades of London Hue #B394AE

Tints of London Hue #B394AE

Color information

#B394AE (or 0xB394AE) is unknown color: approx London Hue. HEX triplet: B3, 94 and AE. RGB value is (179,148,174). Sum of RGB (Red+Green+Blue) = 179+148+174=501 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.73% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 179 - color contains mainly: red. Hex color #B394AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B394AE is #4C6B51. Grayscale: #A0A0A0. Windows color (decimal): -5008210 or 11441331. OLE color: 11441331.

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

Color convert

RGB179148174-
CMYK00.170.030.30
HSL309.68º16.94%64.12%-
HSV(B)309.68º17.32%70.2%-
XYZ36.8233.8244.63-
YUV160.23135.77141.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.73%
GREEN value IS 148 (58.20% from 255) = 29.54%
BLUE value IS 174 (68.36% from 255) = 34.73%
R=35.73%
G=29.54%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914817400.170.030.30309.6816.9464.12
HexB394AE01131E1361140
Octal26322425602133646621100
Binary1011001110010100101011100100011111110100110110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B394AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B394AE; }

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

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

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

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

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

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

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

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