#B8A1B6

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

Shades of London Hue #B8A1B6

Tints of London Hue #B8A1B6

Color information

#B8A1B6 (or 0xB8A1B6) is unknown color: approx London Hue. HEX triplet: B8, A1 and B6. RGB value is (184,161,182). Sum of RGB (Red+Green+Blue) = 184+161+182=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 161 (63.28% from 255 or 30.55% from 527); Blue value is 182 (71.48% from 255 or 34.54% from 527); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A1B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A1B6 is #475E49. Grayscale: #AAAAAA. Windows color (decimal): -4677194 or 11968952. OLE color: 11968952.

HSL color Cylindrical-coordinate representation of color #B8A1B6: hue angle of 305.22º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B8A1B6 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB184161182-
CMYK00.120.010.28
HSL305.22º13.94%67.65%-
HSV(B)305.22º12.5%72.16%-
XYZ40.9639.0649.64-
YUV170.27134.62137.79-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.91%
GREEN value IS 161 (63.28% from 255) = 30.55%
BLUE value IS 182 (71.48% from 255) = 34.54%
R=34.91%
G=30.55%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416118200.120.010.28305.2213.9467.65
HexB8A1B60C11C131e44
Octal27024126601413446116104
Binary1011100010100001101101100110011110010011000111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A1B6; }

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

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

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

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

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

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

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

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