#B0B6AC

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

Shades of Pumice #B0B6AC

Tints of Pumice #B0B6AC

Color information

#B0B6AC (or 0xB0B6AC) is unknown color: approx Pumice. HEX triplet: B0, B6 and AC. RGB value is (176,182,172). Sum of RGB (Red+Green+Blue) = 176+182+172=530 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.21% from 530); Green value is 182 (71.48% from 255 or 34.34% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 182 - color contains mainly: green. Hex color #B0B6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B6AC is #4F4953. Grayscale: #B3B3B3. Windows color (decimal): -5196116 or 11318960. OLE color: 11318960.

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

Color convert

RGB176182172-
CMYK0.0300.050.29
HSL96º6.41%69.41%-
HSV(B)96º5.49%71.37%-
XYZ42.0845.6645.63-
YUV179.07124.01125.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.21%
GREEN value IS 182 (71.48% from 255) = 34.34%
BLUE value IS 172 (67.58% from 255) = 32.45%
R=33.21%
G=34.34%
B=32.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761821720.0300.050.29966.4169.41
HexB0B6AC3051D60645
Octal260266254305351406105
Binary1011000010110110101011001101011110111000001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B6AC; }

 p { color: rgb(176,182,172); }

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

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

 a { background-color: rgb(176,182,172); }

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

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

 span { border-color: rgb(176,182,172); }

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