#B5B9B3

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

Shades of Pumice #B5B9B3

Tints of Pumice #B5B9B3

Color information

#B5B9B3 (or 0xB5B9B3) is unknown color: approx Pumice. HEX triplet: B5, B9 and B3. RGB value is (181,185,179). Sum of RGB (Red+Green+Blue) = 181+185+179=545 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.21% from 545); Green value is 185 (72.66% from 255 or 33.94% from 545); Blue value is 179 (70.31% from 255 or 32.84% from 545); Max value from RGB is 185 - color contains mainly: green. Hex color #B5B9B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B9B3 is #4A464C. Grayscale: #B7B7B7. Windows color (decimal): -4867661 or 11778485. OLE color: 11778485.

HSL color Cylindrical-coordinate representation of color #B5B9B3: hue angle of 100º degrees, saturation: 0.04, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B5B9B3 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB181185179-
CMYK0.0200.030.27
HSL100º4.11%71.37%-
HSV(B)100º3.24%72.55%-
XYZ44.5447.7849.52-
YUV183.12125.67126.49-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.21%
GREEN value IS 185 (72.66% from 255) = 33.94%
BLUE value IS 179 (70.31% from 255) = 32.84%
R=33.21%
G=33.94%
B=32.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811851790.0200.030.271004.1171.37
HexB5B9B32031B64447
Octal265271263203331444107
Binary101101011011100110110011100111101111001001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B9B3; }

 p { color: rgb(181,185,179); }

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

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

 a { background-color: rgb(181,185,179); }

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

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

 span { border-color: rgb(181,185,179); }

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