Html Css Color HEX #B1A2A7 Shady Lady

📋 copy color: '#B1A2A7'

red 177 ◦ green 162 ◦ blue 167

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

Shades of Shady Lady #B1A2A7

Tints of Shady Lady #B1A2A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 33%

R = 34.98%
G = 32.02%
B = 33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B1A2A7 (or 0xB1A2A7) is known color: Shady Lady. HEX triplet: B1, A2 and A7. RGB value is (177,162,167). Sum of RGB (Red+Green+Blue) = 177+162+167=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 162 (63.67% from 255 or 32.02% from 506); Blue value is 167 (65.62% from 255 or 33.00% from 506); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A2A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A2A7 is #4E5D58. Grayscale: #A7A7A7. Windows color (decimal): -5135705 or 10986161. OLE color: 10986161.

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

Color convert

RGB 177 162 167 -
CMYK 0 0.08 0.06 0.31
HSL 340º 0.09% 0.66% -
HSV(B) 340º 0.08% 0.69% -
XYZ 38.03 37.98 41.89 -
YUV 167.06 127.97 135.09 -
System Red Green Blue C M Y K H S L
Decimal 177 162 167 0 0.08 0.06 0.31 340 0.09 0.66
Hex B1 A2 A7 0 8 6 1F 154 9 42
Octal 261 242 247 0 10 6 37 524 11 102
Binary 10110001 10100010 10100111 0 1000 110 11111 101010100 1001 1000010

Color Harmonies of #B1A2A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A2A7

Black with #B1A2A7

Text Example


Text Example

White with #B1A2A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A2A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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