#B3C0AA

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

Shades of Pumice #B3C0AA

Tints of Pumice #B3C0AA

Color information

#B3C0AA (or 0xB3C0AA) is unknown color: approx Pumice. HEX triplet: B3, C0 and AA. RGB value is (179,192,170). Sum of RGB (Red+Green+Blue) = 179+192+170=541 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.09% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C0AA is #4C3F55. Grayscale: #B9B9B9. Windows color (decimal): -4996950 or 11190451. OLE color: 11190451.

HSL color Cylindrical-coordinate representation of color #B3C0AA: hue angle of 95.45º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B3C0AA is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB179192170-
CMYK0.0700.110.25
HSL95.45º14.86%70.98%-
HSV(B)95.45º11.46%75.29%-
XYZ44.750.1945.36-
YUV185.6119.19123.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.09%
GREEN value IS 192 (75.39% from 255) = 35.49%
BLUE value IS 170 (66.80% from 255) = 31.42%
R=33.09%
G=35.49%
B=31.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791921700.0700.110.2595.4514.8670.98
HexB3C0AA70B195ff47
Octal26330025270133113717107
Binary1011001111000000101010101110101111001101111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C0AA; }

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

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

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

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

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

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

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

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