#B5A3B4

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

Shades of London Hue #B5A3B4

Tints of London Hue #B5A3B4

Color information

#B5A3B4 (or 0xB5A3B4) is unknown color: approx London Hue. HEX triplet: B5, A3 and B4. RGB value is (181,163,180). Sum of RGB (Red+Green+Blue) = 181+163+180=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 163 (64.06% from 255 or 31.11% from 524); Blue value is 180 (70.70% from 255 or 34.35% from 524); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A3B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A3B4 is #4A5C4B. Grayscale: #AAAAAA. Windows color (decimal): -4873292 or 11838389. OLE color: 11838389.

HSL color Cylindrical-coordinate representation of color #B5A3B4: hue angle of 303.33º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B5A3B4 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB181163180-
CMYK00.100.010.29
HSL303.33º10.84%67.45%-
HSV(B)303.33º9.94%70.98%-
XYZ40.3939.3148.64-
YUV170.32133.46135.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.54%
GREEN value IS 163 (64.06% from 255) = 31.11%
BLUE value IS 180 (70.70% from 255) = 34.35%
R=34.54%
G=31.11%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116318000.100.010.29303.3310.8467.45
HexB5A3B40A11D12fb43
Octal26524326401213545713103
Binary1011010110100011101101000101011110110010111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A3B4; }

 p { color: rgb(181,163,180); }

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

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

 a { background-color: rgb(181,163,180); }

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

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

 span { border-color: rgb(181,163,180); }

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