#B7C4B1

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

Shades of Pumice #B7C4B1

Tints of Pumice #B7C4B1

Color information

#B7C4B1 (or 0xB7C4B1) is unknown color: approx Pumice. HEX triplet: B7, C4 and B1. RGB value is (183,196,177). Sum of RGB (Red+Green+Blue) = 183+196+177=556 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.91% from 556); Green value is 196 (76.95% from 255 or 35.25% from 556); Blue value is 177 (69.53% from 255 or 31.83% from 556); Max value from RGB is 196 - color contains mainly: green. Hex color #B7C4B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C4B1 is #483B4E. Grayscale: #BEBEBE. Windows color (decimal): -4733775 or 11650231. OLE color: 11650231.

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

Color convert

RGB183196177-
CMYK0.0700.100.23
HSL101.05º13.87%73.14%-
HSV(B)101.05º9.69%76.86%-
XYZ47.252.7249.28-
YUV189.95120.69123.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.91%
GREEN value IS 196 (76.95% from 255) = 35.25%
BLUE value IS 177 (69.53% from 255) = 31.83%
R=32.91%
G=35.25%
B=31.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1831961770.0700.100.23101.0513.8773.14
HexB7C4B170A1765e49
Octal26730426170122714516111
Binary1011011111000100101100011110101010111110010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C4B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C4B1; }

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

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

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

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

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

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

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

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