#B5A9B3

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

Shades of London Hue #B5A9B3

Tints of London Hue #B5A9B3

Color information

#B5A9B3 (or 0xB5A9B3) is unknown color: approx London Hue. HEX triplet: B5, A9 and B3. RGB value is (181,169,179). Sum of RGB (Red+Green+Blue) = 181+169+179=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 169 (66.41% from 255 or 31.95% from 529); Blue value is 179 (70.31% from 255 or 33.84% from 529); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A9B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A9B3 is #4A564C. Grayscale: #ADADAD. Windows color (decimal): -4871757 or 11774389. OLE color: 11774389.

HSL color Cylindrical-coordinate representation of color #B5A9B3: hue angle of 310º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B5A9B3 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB181169179-
CMYK00.070.010.29
HSL310º7.5%68.63%-
HSV(B)310º6.63%70.98%-
XYZ41.3841.4548.47-
YUV173.73130.98133.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.22%
GREEN value IS 169 (66.41% from 255) = 31.95%
BLUE value IS 179 (70.31% from 255) = 33.84%
R=34.22%
G=31.95%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116917900.070.010.293107.568.63
HexB5A9B30711D136845
Octal2652512630713546610105
Binary101101011010100110110011011111110110011011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A9B3; }

 p { color: rgb(181,169,179); }

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

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

 a { background-color: rgb(181,169,179); }

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

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

 span { border-color: rgb(181,169,179); }

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