#B7C3B1

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

Shades of Pumice #B7C3B1

Tints of Pumice #B7C3B1

Color information

#B7C3B1 (or 0xB7C3B1) is unknown color: approx Pumice. HEX triplet: B7, C3 and B1. RGB value is (183,195,177). Sum of RGB (Red+Green+Blue) = 183+195+177=555 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.97% from 555); Green value is 195 (76.56% from 255 or 35.14% from 555); Blue value is 177 (69.53% from 255 or 31.89% from 555); Max value from RGB is 195 - color contains mainly: green. Hex color #B7C3B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C3B1 is #483C4E. Grayscale: #BDBDBD. Windows color (decimal): -4734031 or 11649975. OLE color: 11649975.

HSL color Cylindrical-coordinate representation of color #B7C3B1: hue angle of 100º 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 #B7C3B1 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB183195177-
CMYK0.0600.090.24
HSL100º13.04%72.94%-
HSV(B)100º9.23%76.47%-
XYZ46.9852.2749.21-
YUV189.36121.02123.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.97%
GREEN value IS 195 (76.56% from 255) = 35.14%
BLUE value IS 177 (69.53% from 255) = 31.89%
R=32.97%
G=35.14%
B=31.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1831951770.0600.090.2410013.0472.94
HexB7C3B16091864d49
Octal26730326160113014415111
Binary1011011111000011101100011100100111000110010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C3B1; }

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

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

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

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

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

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

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

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