Html Css Color HEX #B1BBAB Pumice

📋 copy color: '#B1BBAB'

red 177 ◦ green 187 ◦ blue 171

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

Shades of Pumice #B1BBAB

Tints of Pumice #B1BBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.96%

R = 33.08%
G = 34.95%
B = 31.96%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#B1BBAB (or 0xB1BBAB) is known color: Pumice. HEX triplet: B1, BB and AB. RGB value is (177,187,171). Sum of RGB (Red+Green+Blue) = 177+187+171=535 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.08% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 187 - color contains mainly: green. Hex color #B1BBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BBAB is #4E4454. Grayscale: #B6B6B6. Windows color (decimal): -5129301 or 11254705. OLE color: 11254705.

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

Color convert

RGB 177 187 171 -
CMYK 0.05 0 0.09 0.27
HSL 97.5º 0.11% 0.7% -
HSV(B) 97.5º 0.09% 0.73% -
XYZ 43.25 47.83 45.48 -
YUV 182.19 121.69 124.3 -
System Red Green Blue C M Y K H S L
Decimal 177 187 171 0.05 0 0.09 0.27 97.5 0.11 0.7
Hex B1 BB AB 5 0 9 1B 62 B 46
Octal 261 273 253 5 0 11 33 142 13 106
Binary 10110001 10111011 10101011 101 0 1001 11011 1100010 1011 1000110

Color Harmonies of #B1BBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BBAB

Black with #B1BBAB

Text Example


Text Example

White with #B1BBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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