#B5A2B3

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

Shades of London Hue #B5A2B3

Tints of London Hue #B5A2B3

Color information

#B5A2B3 (or 0xB5A2B3) is unknown color: approx London Hue. HEX triplet: B5, A2 and B3. RGB value is (181,162,179). Sum of RGB (Red+Green+Blue) = 181+162+179=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 162 (63.67% from 255 or 31.03% from 522); Blue value is 179 (70.31% from 255 or 34.29% from 522); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A2B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A2B3 is #4A5D4C. Grayscale: #A9A9A9. Windows color (decimal): -4873549 or 11772597. OLE color: 11772597.

HSL color Cylindrical-coordinate representation of color #B5A2B3: hue angle of 306.32º 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 #B5A2B3 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB181162179-
CMYK00.100.010.29
HSL306.32º11.38%67.25%-
HSV(B)306.32º10.5%70.98%-
XYZ40.1138.9248.05-
YUV169.62133.29136.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.67%
GREEN value IS 162 (63.67% from 255) = 31.03%
BLUE value IS 179 (70.31% from 255) = 34.29%
R=34.67%
G=31.03%
B=34.29%

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
Decimal18116217900.100.010.29306.3211.3867.25
HexB5A2B30A11D132b43
Octal26524226301213546213103
Binary1011010110100010101100110101011110110011001010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A2B3; }

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

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

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

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

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

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

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

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