#B3C2AA

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

Shades of Pumice #B3C2AA

Tints of Pumice #B3C2AA

Color information

#B3C2AA (or 0xB3C2AA) is unknown color: approx Pumice. HEX triplet: B3, C2 and AA. RGB value is (179,194,170). Sum of RGB (Red+Green+Blue) = 179+194+170=543 (71% of max value = 765). Red value is 179 (70.31% from 255 or 32.97% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 194 - color contains mainly: green. Hex color #B3C2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C2AA is #4C3D55. Grayscale: #BABABA. Windows color (decimal): -4996438 or 11190963. OLE color: 11190963.

HSL color Cylindrical-coordinate representation of color #B3C2AA: hue angle of 97.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B3C2AA is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB179194170-
CMYK0.0800.120.24
HSL97.5º16.44%71.37%-
HSV(B)97.5º12.37%76.08%-
XYZ45.1451.0745.51-
YUV186.78118.53122.45-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.97%
GREEN value IS 194 (76.17% from 255) = 35.73%
BLUE value IS 170 (66.80% from 255) = 31.31%
R=32.97%
G=35.73%
B=31.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791941700.0800.120.2497.516.4471.37
HexB3C2AA80C18611047
Octal263302252100143014120107
Binary101100111100001010101010100001100110001100001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C2AA; }

 p { color: rgb(179,194,170); }

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

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

 a { background-color: rgb(179,194,170); }

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

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

 span { border-color: rgb(179,194,170); }

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