Html Css Color HEX #B1BAAC Pumice

📋 copy color: '#B1BAAC'

red 177 ◦ green 186 ◦ blue 172

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

Shades of Pumice #B1BAAC

Tints of Pumice #B1BAAC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.77%

 BLUE value IS 172 (67.58% from 255) = 32.15%

R = 33.08%
G = 34.77%
B = 32.15%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B1BAAC (or 0xB1BAAC) is known color: Pumice. HEX triplet: B1, BA and AC. RGB value is (177,186,172). Sum of RGB (Red+Green+Blue) = 177+186+172=535 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.08% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 172 (67.58% from 255 or 32.15% from 535); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BAAC is #4E4553. Grayscale: #B5B5B5. Windows color (decimal): -5129556 or 11319985. OLE color: 11319985.

HSL color Cylindrical-coordinate representation of color #B1BAAC: hue angle of 98.57º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B1BAAC is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 186 172 -
CMYK 0.05 0 0.08 0.27
HSL 98.57º 0.09% 0.7% -
HSV(B) 98.57º 0.08% 0.73% -
XYZ 43.14 47.44 45.91 -
YUV 181.71 122.52 124.64 -
System Red Green Blue C M Y K H S L
Decimal 177 186 172 0.05 0 0.08 0.27 98.57 0.09 0.7
Hex B1 BA AC 5 0 8 1B 63 9 46
Octal 261 272 254 5 0 10 33 143 11 106
Binary 10110001 10111010 10101100 101 0 1000 11011 1100011 1001 1000110

Color Harmonies of #B1BAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BAAC

Black with #B1BAAC

Text Example


Text Example

White with #B1BAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BAAC; }

 p { color: rgb(177,186,172); }

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

background-color css

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

 a { background-color: rgb(177,186,172); }

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

border-color css

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

 span { border-color: rgb(177,186,172); }

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