#B295AE

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

Shades of London Hue #B295AE

Tints of London Hue #B295AE

Color information

#B295AE (or 0xB295AE) is unknown color: approx London Hue. HEX triplet: B2, 95 and AE. RGB value is (178,149,174). Sum of RGB (Red+Green+Blue) = 178+149+174=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 178 - color contains mainly: red. Hex color #B295AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B295AE is #4D6A51. Grayscale: #A0A0A0. Windows color (decimal): -5073490 or 11441586. OLE color: 11441586.

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

Color convert

RGB178149174-
CMYK00.160.020.30
HSL308.28º15.85%64.12%-
HSV(B)308.28º16.29%69.8%-
XYZ36.7534.0244.67-
YUV160.52135.61140.47-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.53%
GREEN value IS 149 (58.59% from 255) = 29.74%
BLUE value IS 174 (68.36% from 255) = 34.73%
R=35.53%
G=29.74%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814917400.160.020.30308.2815.8564.12
HexB295AE01021E1341040
Octal26222525602023646420100
Binary1011001010010101101011100100001011110100110100100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B295AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B295AE; }

 p { color: rgb(178,149,174); }

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

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

 a { background-color: rgb(178,149,174); }

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

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

 span { border-color: rgb(178,149,174); }

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