#B6A1B3

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

Shades of London Hue #B6A1B3

Tints of London Hue #B6A1B3

Color information

#B6A1B3 (or 0xB6A1B3) is unknown color: approx London Hue. HEX triplet: B6, A1 and B3. RGB value is (182,161,179). Sum of RGB (Red+Green+Blue) = 182+161+179=522 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.87% from 522); Green value is 161 (63.28% from 255 or 30.84% from 522); Blue value is 179 (70.31% from 255 or 34.29% from 522); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A1B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A1B3 is #495E4C. Grayscale: #A9A9A9. Windows color (decimal): -4808269 or 11772342. OLE color: 11772342.

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

Color convert

RGB182161179-
CMYK00.120.020.29
HSL308.57º12.57%67.25%-
HSV(B)308.57º11.54%71.37%-
XYZ40.1738.6948-
YUV169.33133.46137.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.87%
GREEN value IS 161 (63.28% from 255) = 30.84%
BLUE value IS 179 (70.31% from 255) = 34.29%
R=34.87%
G=30.84%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216117900.120.020.29308.5712.5767.25
HexB6A1B30C21D135d43
Octal26624126301423546515103
Binary10110110101000011011001101100101110110011010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A1B3; }

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

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

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

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

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

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

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

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