#B9C5B1

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

Shades of Pumice #B9C5B1

Tints of Pumice #B9C5B1

Color information

#B9C5B1 (or 0xB9C5B1) is unknown color: approx Pumice. HEX triplet: B9, C5 and B1. RGB value is (185,197,177). Sum of RGB (Red+Green+Blue) = 185+197+177=559 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.09% from 559); Green value is 197 (77.34% from 255 or 35.24% from 559); Blue value is 177 (69.53% from 255 or 31.66% from 559); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C5B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C5B1 is #463A4E. Grayscale: #BFBFBF. Windows color (decimal): -4602447 or 11650489. OLE color: 11650489.

HSL color Cylindrical-coordinate representation of color #B9C5B1: hue angle of 96º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9C5B1 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB185197177-
CMYK0.0600.100.23
HSL96º14.71%73.33%-
HSV(B)96º10.15%77.25%-
XYZ47.9153.4249.38-
YUV191.13120.02123.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.09%
GREEN value IS 197 (77.34% from 255) = 35.24%
BLUE value IS 177 (69.53% from 255) = 31.66%
R=33.09%
G=35.24%
B=31.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1851971770.0600.100.239614.7173.33
HexB9C5B160A1760f49
Octal27130526160122714017111
Binary1011100111000101101100011100101010111110000011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C5B1; }

 p { color: rgb(185,197,177); }

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

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

 a { background-color: rgb(185,197,177); }

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

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

 span { border-color: rgb(185,197,177); }

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