#B3BAAF

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

Shades of Pumice #B3BAAF

Tints of Pumice #B3BAAF

Color information

#B3BAAF (or 0xB3BAAF) is unknown color: approx Pumice. HEX triplet: B3, BA and AF. RGB value is (179,186,175). Sum of RGB (Red+Green+Blue) = 179+186+175=540 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.15% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BAAF is #4C4550. Grayscale: #B6B6B6. Windows color (decimal): -4998481 or 11516595. OLE color: 11516595.

HSL color Cylindrical-coordinate representation of color #B3BAAF: hue angle of 98.18º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B3BAAF is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB179186175-
CMYK0.0400.060.27
HSL98.18º7.38%70.78%-
HSV(B)98.18º5.91%72.94%-
XYZ43.8947.847.47-
YUV182.65123.68125.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.15%
GREEN value IS 186 (73.05% from 255) = 34.44%
BLUE value IS 175 (68.75% from 255) = 32.41%
R=33.15%
G=34.44%
B=32.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791861750.0400.060.2798.187.3870.78
HexB3BAAF4061B62747
Octal263272257406331427107
Binary10110011101110101010111110001101101111000101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BAAF; }

 p { color: rgb(179,186,175); }

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

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

 a { background-color: rgb(179,186,175); }

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

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

 span { border-color: rgb(179,186,175); }

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