#B4A1B3

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

Shades of London Hue #B4A1B3

Tints of London Hue #B4A1B3

Color information

#B4A1B3 (or 0xB4A1B3) is unknown color: approx London Hue. HEX triplet: B4, A1 and B3. RGB value is (180,161,179). Sum of RGB (Red+Green+Blue) = 180+161+179=520 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.62% from 520); Green value is 161 (63.28% from 255 or 30.96% from 520); Blue value is 179 (70.31% from 255 or 34.42% from 520); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A1B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A1B3 is #4B5E4C. Grayscale: #A8A8A8. Windows color (decimal): -4939341 or 11772340. OLE color: 11772340.

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

Color convert

RGB180161179-
CMYK00.110.010.29
HSL303.16º11.24%66.86%-
HSV(B)303.16º10.56%70.59%-
XYZ39.738.4547.98-
YUV168.73133.79136.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.62%
GREEN value IS 161 (63.28% from 255) = 30.96%
BLUE value IS 179 (70.31% from 255) = 34.42%
R=34.62%
G=30.96%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016117900.110.010.29303.1611.2466.86
HexB4A1B30B11D12fb43
Octal26424126301313545713103
Binary1011010010100001101100110101111110110010111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A1B3; }

 p { color: rgb(180,161,179); }

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

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

 a { background-color: rgb(180,161,179); }

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

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

 span { border-color: rgb(180,161,179); }

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