#B394AF

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

Shades of London Hue #B394AF

Tints of London Hue #B394AF

Color information

#B394AF (or 0xB394AF) is unknown color: approx London Hue. HEX triplet: B3, 94 and AF. RGB value is (179,148,175). Sum of RGB (Red+Green+Blue) = 179+148+175=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 179 - color contains mainly: red. Hex color #B394AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B394AF is #4C6B50. Grayscale: #A0A0A0. Windows color (decimal): -5008209 or 11506867. OLE color: 11506867.

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

Color convert

RGB179148175-
CMYK00.170.020.30
HSL307.74º16.94%64.12%-
HSV(B)307.74º17.32%70.2%-
XYZ36.9233.8645.15-
YUV160.35136.27141.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.66%
GREEN value IS 148 (58.20% from 255) = 29.48%
BLUE value IS 175 (68.75% from 255) = 34.86%
R=35.66%
G=29.48%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914817500.170.020.30307.7416.9464.12
HexB394AF01121E1341140
Octal26322425702123646421100
Binary1011001110010100101011110100011011110100110100100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B394AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B394AF; }

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

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

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

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

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

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

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

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