Html Css Color HEX #B1A1AE London Hue

📋 copy color: '#B1A1AE'

red 177 ◦ green 161 ◦ blue 174

#B1A1AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #B1A1AE

Tints of London Hue #B1A1AE

RGB

 RED value IS 177 (69.53% from 255) = 34.57%

 GREEN value IS 161 (63.28% from 255) = 31.45%

 BLUE value IS 174 (68.36% from 255) = 33.98%

R = 34.57%
G = 31.45%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B1A1AE (or 0xB1A1AE) is known color: London Hue. HEX triplet: B1, A1 and AE. RGB value is (177,161,174). Sum of RGB (Red+Green+Blue) = 177+161+174=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 161 (63.28% from 255 or 31.45% from 512); Blue value is 174 (68.36% from 255 or 33.98% from 512); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A1AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A1AE is #4E5E51. Grayscale: #A7A7A7. Windows color (decimal): -5135954 or 11444657. OLE color: 11444657.

HSL color Cylindrical-coordinate representation of color #B1A1AE: hue angle of 311.25º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B1A1AE is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 161 174 -
CMYK 0 0.09 0.02 0.31
HSL 311.25º 0.09% 0.66% -
HSV(B) 311.25º 0.09% 0.69% -
XYZ 38.52 37.89 45.33 -
YUV 167.27 131.8 134.94 -
System Red Green Blue C M Y K H S L
Decimal 177 161 174 0 0.09 0.02 0.31 311.25 0.09 0.66
Hex B1 A1 AE 0 9 2 1F 137 9 42
Octal 261 241 256 0 11 2 37 467 11 102
Binary 10110001 10100001 10101110 0 1001 10 11111 100110111 1001 1000010

Color Harmonies of #B1A1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A1AE

Black with #B1A1AE

Text Example


Text Example

White with #B1A1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A1AE; }

 p { color: rgb(177,161,174); }

 H1.HeaderClassName
 {
   color: #B1A1AE;
 }
 .AnyTagClassName
 {
   color: #B1A1AE;
 }
</style>

background-color css

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

 a { background-color: rgb(177,161,174); }

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

border-color css

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

 span { border-color: rgb(177,161,174); }

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