#B6A0B3

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

Shades of London Hue #B6A0B3

Tints of London Hue #B6A0B3

Color information

#B6A0B3 (or 0xB6A0B3) is unknown color: approx London Hue. HEX triplet: B6, A0 and B3. RGB value is (182,160,179). Sum of RGB (Red+Green+Blue) = 182+160+179=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 179 (70.31% from 255 or 34.36% from 521); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A0B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A0B3 is #495F4C. Grayscale: #A8A8A8. Windows color (decimal): -4808525 or 11772086. OLE color: 11772086.

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

Color convert

RGB182160179-
CMYK00.120.020.29
HSL308.18º13.1%67.06%-
HSV(B)308.18º12.09%71.37%-
XYZ4038.3447.94-
YUV168.74133.79137.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.93%
GREEN value IS 160 (62.89% from 255) = 30.71%
BLUE value IS 179 (70.31% from 255) = 34.36%
R=34.93%
G=30.71%
B=34.36%

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
Decimal18216017900.120.020.29308.1813.167.06
HexB6A0B30C21D134d43
Octal26624026301423546415103
Binary10110110101000001011001101100101110110011010011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A0B3; }

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

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

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

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

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

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

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

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