#B6C3AA

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

Shades of Pumice #B6C3AA

Tints of Pumice #B6C3AA

Color information

#B6C3AA (or 0xB6C3AA) is unknown color: approx Pumice. HEX triplet: B6, C3 and AA. RGB value is (182,195,170). Sum of RGB (Red+Green+Blue) = 182+195+170=547 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.27% from 547); Green value is 195 (76.56% from 255 or 35.65% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 195 - color contains mainly: green. Hex color #B6C3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C3AA is #493C55. Grayscale: #BCBCBC. Windows color (decimal): -4799574 or 11191222. OLE color: 11191222.

HSL color Cylindrical-coordinate representation of color #B6C3AA: hue angle of 91.2º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B6C3AA is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB182195170-
CMYK0.0700.130.24
HSL91.2º17.24%71.57%-
HSV(B)91.2º12.82%76.47%-
XYZ46.0651.8845.62-
YUV188.26117.69123.53-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.27%
GREEN value IS 195 (76.56% from 255) = 35.65%
BLUE value IS 170 (66.80% from 255) = 31.08%
R=33.27%
G=35.65%
B=31.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821951700.0700.130.2491.217.2471.57
HexB6C3AA70D185b1148
Octal26630325270153013321110
Binary10110110110000111010101011101101110001011011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C3AA; }

 p { color: rgb(182,195,170); }

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

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

 a { background-color: rgb(182,195,170); }

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

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

 span { border-color: rgb(182,195,170); }

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