#B9C4B1

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

Shades of Pumice #B9C4B1

Tints of Pumice #B9C4B1

Color information

#B9C4B1 (or 0xB9C4B1) is unknown color: approx Pumice. HEX triplet: B9, C4 and B1. RGB value is (185,196,177). Sum of RGB (Red+Green+Blue) = 185+196+177=558 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.15% from 558); Green value is 196 (76.95% from 255 or 35.13% from 558); Blue value is 177 (69.53% from 255 or 31.72% from 558); Max value from RGB is 196 - color contains mainly: green. Hex color #B9C4B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C4B1 is #463B4E. Grayscale: #BEBEBE. Windows color (decimal): -4602703 or 11650233. OLE color: 11650233.

HSL color Cylindrical-coordinate representation of color #B9C4B1: hue angle of 94.74º degrees, saturation: 0.14, 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 #B9C4B1 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB185196177-
CMYK0.0600.100.23
HSL94.74º13.87%73.14%-
HSV(B)94.74º9.69%76.86%-
XYZ47.6852.9749.31-
YUV190.54120.36124.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.15%
GREEN value IS 196 (76.95% from 255) = 35.13%
BLUE value IS 177 (69.53% from 255) = 31.72%
R=33.15%
G=35.13%
B=31.72%

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
Decimal1851961770.0600.100.2394.7413.8773.14
HexB9C4B160A175fe49
Octal27130426160122713716111
Binary1011100111000100101100011100101010111101111111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C4B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C4B1; }

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

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

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

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

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

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

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

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