#B2A7B1

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

Shades of London Hue #B2A7B1

Tints of London Hue #B2A7B1

Color information

#B2A7B1 (or 0xB2A7B1) is unknown color: approx London Hue. HEX triplet: B2, A7 and B1. RGB value is (178,167,177). Sum of RGB (Red+Green+Blue) = 178+167+177=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 167 (65.62% from 255 or 31.99% from 522); Blue value is 177 (69.53% from 255 or 33.91% from 522); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A7B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A7B1 is #4D584E. Grayscale: #ABABAB. Windows color (decimal): -5068879 or 11642802. OLE color: 11642802.

HSL color Cylindrical-coordinate representation of color #B2A7B1: hue angle of 305.45º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B2A7B1 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB178167177-
CMYK00.060.010.30
HSL305.45º6.67%67.65%-
HSV(B)305.45º6.18%69.8%-
XYZ40.1140.2847.25-
YUV171.43131.14132.69-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.10%
GREEN value IS 167 (65.62% from 255) = 31.99%
BLUE value IS 177 (69.53% from 255) = 33.91%
R=34.10%
G=31.99%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816717700.060.010.30305.456.6767.65
HexB2A7B10611E131744
Octal262247261061364617104
Binary10110010101001111011000101101111101001100011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A7B1; }

 p { color: rgb(178,167,177); }

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

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

 a { background-color: rgb(178,167,177); }

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

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

 span { border-color: rgb(178,167,177); }

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