#B7BCB3

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

Shades of Pumice #B7BCB3

Tints of Pumice #B7BCB3

Color information

#B7BCB3 (or 0xB7BCB3) is unknown color: approx Pumice. HEX triplet: B7, BC and B3. RGB value is (183,188,179). Sum of RGB (Red+Green+Blue) = 183+188+179=550 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.27% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 179 (70.31% from 255 or 32.55% from 550); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BCB3 is #48434C. Grayscale: #B9B9B9. Windows color (decimal): -4735821 or 11779255. OLE color: 11779255.

HSL color Cylindrical-coordinate representation of color #B7BCB3: hue angle of 93.33º degrees, saturation: 0.06, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B7BCB3 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB183188179-
CMYK0.0300.050.26
HSL93.33º6.29%71.96%-
HSV(B)93.33º4.79%73.73%-
XYZ45.6549.2949.76-
YUV185.48124.34126.23-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.27%
GREEN value IS 188 (73.83% from 255) = 34.18%
BLUE value IS 179 (70.31% from 255) = 32.55%
R=33.27%
G=34.18%
B=32.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831881790.0300.050.2693.336.2971.96
HexB7BCB33051A5d648
Octal267274263305321356110
Binary1011011110111100101100111101011101010111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BCB3; }

 p { color: rgb(183,188,179); }

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

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

 a { background-color: rgb(183,188,179); }

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

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

 span { border-color: rgb(183,188,179); }

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