#B6C6AA

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

Shades of Pumice #B6C6AA

Tints of Pumice #B6C6AA

Color information

#B6C6AA (or 0xB6C6AA) is unknown color: approx Pumice. HEX triplet: B6, C6 and AA. RGB value is (182,198,170). Sum of RGB (Red+Green+Blue) = 182+198+170=550 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.09% from 550); Green value is 198 (77.73% from 255 or 36% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 198 - color contains mainly: green. Hex color #B6C6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C6AA is #493955. Grayscale: #BEBEBE. Windows color (decimal): -4798806 or 11191990. OLE color: 11191990.

HSL color Cylindrical-coordinate representation of color #B6C6AA: hue angle of 94.29º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B6C6AA is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB182198170-
CMYK0.0800.140.22
HSL94.29º19.72%72.16%-
HSV(B)94.29º14.14%77.65%-
XYZ46.7453.2445.84-
YUV190.02116.7122.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.09%
GREEN value IS 198 (77.73% from 255) = 36%
BLUE value IS 170 (66.80% from 255) = 30.91%
R=33.09%
G=36%
B=30.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1821981700.0800.140.2294.2919.7272.16
HexB6C6AA80E165e1448
Octal266306252100162613624110
Binary101101101100011010101010100001110101101011110101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C6AA; }

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

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

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

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

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

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

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

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