Html Css Color HEX #B1BBA8 Pumice

📋 copy color: '#B1BBA8'

red 177 ◦ green 187 ◦ blue 168

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

Shades of Pumice #B1BBA8

Tints of Pumice #B1BBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.58%

R = 33.27%
G = 35.15%
B = 31.58%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#B1BBA8 (or 0xB1BBA8) is known color: Pumice. HEX triplet: B1, BB and A8. RGB value is (177,187,168). Sum of RGB (Red+Green+Blue) = 177+187+168=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 168 (66.02% from 255 or 31.58% from 532); Max value from RGB is 187 - color contains mainly: green. Hex color #B1BBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BBA8 is #4E4457. Grayscale: #B5B5B5. Windows color (decimal): -5129304 or 11058097. OLE color: 11058097.

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

Color convert

RGB 177 187 168 -
CMYK 0.05 0 0.10 0.27
HSL 91.58º 0.12% 0.7% -
HSV(B) 91.58º 0.1% 0.73% -
XYZ 42.97 47.71 43.99 -
YUV 181.84 120.19 124.54 -
System Red Green Blue C M Y K H S L
Decimal 177 187 168 0.05 0 0.10 0.27 91.58 0.12 0.7
Hex B1 BB A8 5 0 A 1B 5C C 46
Octal 261 273 250 5 0 12 33 134 14 106
Binary 10110001 10111011 10101000 101 0 1010 11011 1011100 1100 1000110

Color Harmonies of #B1BBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BBA8

Black with #B1BBA8

Text Example


Text Example

White with #B1BBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BBA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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