#B0B8AB

Color #B0B8AB Pumice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pumice #B0B8AB

Tints of Pumice #B0B8AB

Color information

#B0B8AB (or 0xB0B8AB) is unknown color: approx Pumice. HEX triplet: B0, B8 and AB. RGB value is (176,184,171). Sum of RGB (Red+Green+Blue) = 176+184+171=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 184 (72.27% from 255 or 34.65% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 184 - color contains mainly: green. Hex color #B0B8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B8AB is #4F4754. Grayscale: #B4B4B4. Windows color (decimal): -5195605 or 11253936. OLE color: 11253936.

HSL color Cylindrical-coordinate representation of color #B0B8AB: hue angle of 96.92º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B0B8AB is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB176184171-
CMYK0.0400.070.28
HSL96.92º8.39%69.61%-
HSV(B)96.92º7.07%72.16%-
XYZ42.446.4545.26-
YUV180.13122.85125.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.15%
GREEN value IS 184 (72.27% from 255) = 34.65%
BLUE value IS 171 (67.19% from 255) = 32.20%
R=33.15%
G=34.65%
B=32.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1761841710.0400.070.2896.928.3969.61
HexB0B8AB4071C61846
Octal2602702534073414110106
Binary101100001011100010101011100011111100110000110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B8AB; }

 p { color: rgb(176,184,171); }

 H1.HeaderClassName
 {
   color: #B0B8AB;
 }
 .AnyTagClassName
 {
   color: #B0B8AB;
 }
</style>
background-color css

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

 a { background-color: rgb(176,184,171); }

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

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

 span { border-color: rgb(176,184,171); }

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