#B9C3B1

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

Shades of Pumice #B9C3B1

Tints of Pumice #B9C3B1

Color information

#B9C3B1 (or 0xB9C3B1) is unknown color: approx Pumice. HEX triplet: B9, C3 and B1. RGB value is (185,195,177). Sum of RGB (Red+Green+Blue) = 185+195+177=557 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.21% from 557); Green value is 195 (76.56% from 255 or 35.01% from 557); Blue value is 177 (69.53% from 255 or 31.78% from 557); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C3B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C3B1 is #463C4E. Grayscale: #BEBEBE. Windows color (decimal): -4602959 or 11649977. OLE color: 11649977.

HSL color Cylindrical-coordinate representation of color #B9C3B1: hue angle of 93.33º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9C3B1 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB185195177-
CMYK0.0500.090.24
HSL93.33º13.04%72.94%-
HSV(B)93.33º9.23%76.47%-
XYZ47.4652.5249.23-
YUV189.96120.69124.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.21%
GREEN value IS 195 (76.56% from 255) = 35.01%
BLUE value IS 177 (69.53% from 255) = 31.78%
R=33.21%
G=35.01%
B=31.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851951770.0500.090.2493.3313.0472.94
HexB9C3B1509185dd49
Octal27130326150113013515111
Binary1011100111000011101100011010100111000101110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C3B1; }

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

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

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

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

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

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

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

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