#B0B9AB

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

Shades of Pumice #B0B9AB

Tints of Pumice #B0B9AB

Color information

#B0B9AB (or 0xB0B9AB) is unknown color: approx Pumice. HEX triplet: B0, B9 and AB. RGB value is (176,185,171). Sum of RGB (Red+Green+Blue) = 176+185+171=532 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.08% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B9AB is #4F4654. Grayscale: #B4B4B4. Windows color (decimal): -5195349 or 11254192. OLE color: 11254192.

HSL color Cylindrical-coordinate representation of color #B0B9AB: 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 #B0B9AB is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB176185171-
CMYK0.0500.080.27
HSL98.57º9.09%69.8%-
HSV(B)98.57º7.57%72.55%-
XYZ42.646.8745.33-
YUV180.71122.52124.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.08%
GREEN value IS 185 (72.66% from 255) = 34.77%
BLUE value IS 171 (67.19% from 255) = 32.14%
R=33.08%
G=34.77%
B=32.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761851710.0500.080.2798.579.0969.8
HexB0B9AB5081B63946
Octal26027125350103314311106
Binary1011000010111001101010111010100011011110001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B9AB; }

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

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

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

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

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

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

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

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