Html Css Color HEX #B1BBAC Pumice

📋 copy color: '#B1BBAC'

red 177 ◦ green 187 ◦ blue 172

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

Shades of Pumice #B1BBAC

Tints of Pumice #B1BBAC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.89%

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

R = 33.02%
G = 34.89%
B = 32.09%

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

#B1BBAC (or 0xB1BBAC) is known color: Pumice. HEX triplet: B1, BB and AC. RGB value is (177,187,172). Sum of RGB (Red+Green+Blue) = 177+187+172=536 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.02% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 187 - color contains mainly: green. Hex color #B1BBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BBAC is #4E4453. Grayscale: #B6B6B6. Windows color (decimal): -5129300 or 11320241. OLE color: 11320241.

HSL color Cylindrical-coordinate representation of color #B1BBAC: hue angle of 100º degrees, saturation: 0.1, 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 #B1BBAC is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 187 172 -
CMYK 0.05 0 0.08 0.27
HSL 100º 0.1% 0.7% -
HSV(B) 100º 0.08% 0.73% -
XYZ 43.35 47.87 45.98 -
YUV 182.3 122.19 124.22 -
System Red Green Blue C M Y K H S L
Decimal 177 187 172 0.05 0 0.08 0.27 100 0.1 0.7
Hex B1 BB AC 5 0 8 1B 64 A 46
Octal 261 273 254 5 0 10 33 144 12 106
Binary 10110001 10111011 10101100 101 0 1000 11011 1100100 1010 1000110

Color Harmonies of #B1BBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BBAC

Black with #B1BBAC

Text Example


Text Example

White with #B1BBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BBAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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