#B295AA

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

Shades of London Hue #B295AA

Tints of London Hue #B295AA

Color information

#B295AA (or 0xB295AA) is unknown color: approx London Hue. HEX triplet: B2, 95 and AA. RGB value is (178,149,170). Sum of RGB (Red+Green+Blue) = 178+149+170=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 178 - color contains mainly: red. Hex color #B295AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B295AA is #4D6A55. Grayscale: #A0A0A0. Windows color (decimal): -5073494 or 11179442. OLE color: 11179442.

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

Color convert

RGB178149170-
CMYK00.160.040.30
HSL316.55º15.85%64.12%-
HSV(B)316.55º16.29%69.8%-
XYZ36.3633.8642.65-
YUV160.06133.61140.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.81%
GREEN value IS 149 (58.59% from 255) = 29.98%
BLUE value IS 170 (66.80% from 255) = 34.21%
R=35.81%
G=29.98%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814917000.160.040.30316.5515.8564.12
HexB295AA01041E13d1040
Octal26222525202043647520100
Binary10110010100101011010101001000010011110100111101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B295AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B295AA; }

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

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

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

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

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

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

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

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