Html Css Color HEX #B1A1B0 London Hue

📋 copy color: '#B1A1B0'

red 177 ◦ green 161 ◦ blue 176

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

Shades of London Hue #B1A1B0

Tints of London Hue #B1A1B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.24%

R = 34.44%
G = 31.32%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B1A1B0 (or 0xB1A1B0) is known color: London Hue. HEX triplet: B1, A1 and B0. RGB value is (177,161,176). Sum of RGB (Red+Green+Blue) = 177+161+176=514 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.44% from 514); Green value is 161 (63.28% from 255 or 31.32% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A1B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A1B0 is #4E5E4F. Grayscale: #A7A7A7. Windows color (decimal): -5135952 or 11575729. OLE color: 11575729.

HSL color Cylindrical-coordinate representation of color #B1A1B0: hue angle of 303.75º 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 #B1A1B0 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 161 176 -
CMYK 0 0.09 0.01 0.31
HSL 303.75º 0.09% 0.66% -
HSV(B) 303.75º 0.09% 0.69% -
XYZ 38.71 37.97 46.36 -
YUV 167.49 132.8 134.78 -
System Red Green Blue C M Y K H S L
Decimal 177 161 176 0 0.09 0.01 0.31 303.75 0.09 0.66
Hex B1 A1 B0 0 9 1 1F 130 9 42
Octal 261 241 260 0 11 1 37 460 11 102
Binary 10110001 10100001 10110000 0 1001 1 11111 100110000 1001 1000010

Color Harmonies of #B1A1B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A1B0

Black with #B1A1B0

Text Example


Text Example

White with #B1A1B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A1B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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