Html Css Color HEX #B1A2AF London Hue

📋 copy color: '#B1A2AF'

red 177 ◦ green 162 ◦ blue 175

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

Shades of London Hue #B1A2AF

Tints of London Hue #B1A2AF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.52%

 BLUE value IS 175 (68.75% from 255) = 34.05%

R = 34.44%
G = 31.52%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B1A2AF (or 0xB1A2AF) is known color: London Hue. HEX triplet: B1, A2 and AF. RGB value is (177,162,175). Sum of RGB (Red+Green+Blue) = 177+162+175=514 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.44% from 514); Green value is 162 (63.67% from 255 or 31.52% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A2AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A2AF is #4E5D50. Grayscale: #A7A7A7. Windows color (decimal): -5135697 or 11510449. OLE color: 11510449.

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

Color convert

RGB 177 162 175 -
CMYK 0 0.08 0.01 0.31
HSL 308º 0.09% 0.66% -
HSV(B) 308º 0.08% 0.69% -
XYZ 38.79 38.28 45.9 -
YUV 167.97 131.97 134.44 -
System Red Green Blue C M Y K H S L
Decimal 177 162 175 0 0.08 0.01 0.31 308 0.09 0.66
Hex B1 A2 AF 0 8 1 1F 134 9 42
Octal 261 242 257 0 10 1 37 464 11 102
Binary 10110001 10100010 10101111 0 1000 1 11111 100110100 1001 1000010

Color Harmonies of #B1A2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A2AF

Black with #B1A2AF

Text Example


Text Example

White with #B1A2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A2AF; }

 p { color: rgb(177,162,175); }

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

background-color css

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

 a { background-color: rgb(177,162,175); }

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

border-color css

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

 span { border-color: rgb(177,162,175); }

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