Html Css Color HEX #B1ABAA Martini

📋 copy color: '#B1ABAA'

red 177 ◦ green 171 ◦ blue 170

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

Shades of Martini #B1ABAA

Tints of Martini #B1ABAA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.01%

 BLUE value IS 170 (66.8% from 255) = 32.82%

R = 34.17%
G = 33.01%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B1ABAA (or 0xB1ABAA) is known color: Martini. HEX triplet: B1, AB and AA. RGB value is (177,171,170). Sum of RGB (Red+Green+Blue) = 177+171+170=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 177 - color contains mainly: red. Hex color #B1ABAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1ABAA is #4E5455. Grayscale: #ACACAC. Windows color (decimal): -5133398 or 11185073. OLE color: 11185073.

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

Color convert

RGB 177 171 170 -
CMYK 0 0.03 0.04 0.31
HSL 8.57º 0.04% 0.68% -
HSV(B) 8.57º 0.04% 0.69% -
XYZ 39.95 41.38 43.91 -
YUV 172.68 126.49 131.08 -
System Red Green Blue C M Y K H S L
Decimal 177 171 170 0 0.03 0.04 0.31 8.57 0.04 0.68
Hex B1 AB AA 0 3 4 1F 9 4 44
Octal 261 253 252 0 3 4 37 11 4 104
Binary 10110001 10101011 10101010 0 11 100 11111 1001 100 1000100

Color Harmonies of #B1ABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ABAA

Black with #B1ABAA

Text Example


Text Example

White with #B1ABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ABAA; }

 p { color: rgb(177,171,170); }

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

background-color css

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

 a { background-color: rgb(177,171,170); }

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

border-color css

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

 span { border-color: rgb(177,171,170); }

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