Html Css Color HEX #B1A6AF London Hue

📋 copy color: '#B1A6AF'

red 177 ◦ green 166 ◦ blue 175

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

Shades of London Hue #B1A6AF

Tints of London Hue #B1A6AF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.05%

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

R = 34.17%
G = 32.05%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B1A6AF (or 0xB1A6AF) is known color: London Hue. HEX triplet: B1, A6 and AF. RGB value is (177,166,175). Sum of RGB (Red+Green+Blue) = 177+166+175=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 166 (65.23% from 255 or 32.05% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A6AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A6AF is #4E5950. Grayscale: #AAAAAA. Windows color (decimal): -5134673 or 11511473. OLE color: 11511473.

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

Color convert

RGB 177 166 175 -
CMYK 0 0.06 0.01 0.31
HSL 310.91º 0.07% 0.67% -
HSV(B) 310.91º 0.06% 0.69% -
XYZ 39.51 39.71 46.14 -
YUV 170.32 130.64 132.77 -
System Red Green Blue C M Y K H S L
Decimal 177 166 175 0 0.06 0.01 0.31 310.91 0.07 0.67
Hex B1 A6 AF 0 6 1 1F 137 7 43
Octal 261 246 257 0 6 1 37 467 7 103
Binary 10110001 10100110 10101111 0 110 1 11111 100110111 111 1000011

Color Harmonies of #B1A6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A6AF

Black with #B1A6AF

Text Example


Text Example

White with #B1A6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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