#B8A6B5

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

Shades of London Hue #B8A6B5

Tints of London Hue #B8A6B5

Color information

#B8A6B5 (or 0xB8A6B5) is unknown color: approx London Hue. HEX triplet: B8, A6 and B5. RGB value is (184,166,181). Sum of RGB (Red+Green+Blue) = 184+166+181=531 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.65% from 531); Green value is 166 (65.23% from 255 or 31.26% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A6B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A6B5 is #47594A. Grayscale: #ADADAD. Windows color (decimal): -4675915 or 11904696. OLE color: 11904696.

HSL color Cylindrical-coordinate representation of color #B8A6B5: hue angle of 310º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8A6B5 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB184166181-
CMYK00.100.020.28
HSL310º11.25%68.63%-
HSV(B)310º9.78%72.16%-
XYZ41.7440.849.39-
YUV173.09132.46135.78-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.65%
GREEN value IS 166 (65.23% from 255) = 31.26%
BLUE value IS 181 (71.09% from 255) = 34.09%
R=34.65%
G=31.26%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416618100.100.020.2831011.2568.63
HexB8A6B50A21C136b45
Octal27024626501223446613105
Binary10111000101001101011010101010101110010011011010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A6B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A6B5; }

 p { color: rgb(184,166,181); }

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

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

 a { background-color: rgb(184,166,181); }

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

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

 span { border-color: rgb(184,166,181); }

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