#B294AF

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

Shades of London Hue #B294AF

Tints of London Hue #B294AF

Color information

#B294AF (or 0xB294AF) is unknown color: approx London Hue. HEX triplet: B2, 94 and AF. RGB value is (178,148,175). Sum of RGB (Red+Green+Blue) = 178+148+175=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 178 - color contains mainly: red. Hex color #B294AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B294AF is #4D6B50. Grayscale: #9F9F9F. Windows color (decimal): -5073745 or 11506866. OLE color: 11506866.

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

Color convert

RGB178148175-
CMYK00.170.020.30
HSL306º16.3%63.92%-
HSV(B)306º16.85%69.8%-
XYZ36.6933.7445.14-
YUV160.05136.44140.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.53%
GREEN value IS 148 (58.20% from 255) = 29.54%
BLUE value IS 175 (68.75% from 255) = 34.93%
R=35.53%
G=29.54%
B=34.93%

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
Decimal17814817500.170.020.3030616.363.92
HexB294AF01121E1321040
Octal26222425702123646220100
Binary1011001010010100101011110100011011110100110010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B294AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B294AF; }

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

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

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

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

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

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

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

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