#B3C5A9

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

Shades of Pumice #B3C5A9

Tints of Pumice #B3C5A9

Color information

#B3C5A9 (or 0xB3C5A9) is unknown color: approx Pumice. HEX triplet: B3, C5 and A9. RGB value is (179,197,169). Sum of RGB (Red+Green+Blue) = 179+197+169=545 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.84% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 169 (66.41% from 255 or 31.01% from 545); Max value from RGB is 197 - color contains mainly: green. Hex color #B3C5A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C5A9 is #4C3A56. Grayscale: #BCBCBC. Windows color (decimal): -4995671 or 11126195. OLE color: 11126195.

HSL color Cylindrical-coordinate representation of color #B3C5A9: hue angle of 98.57º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B3C5A9 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB179197169-
CMYK0.0900.140.23
HSL98.57º19.44%71.76%-
HSV(B)98.57º14.21%77.25%-
XYZ45.7252.3845.24-
YUV188.43117.04121.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.84%
GREEN value IS 197 (77.34% from 255) = 36.15%
BLUE value IS 169 (66.41% from 255) = 31.01%
R=32.84%
G=36.15%
B=31.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1791971690.0900.140.2398.5719.4471.76
HexB3C5A990E17631348
Octal263305251110162714323110
Binary101100111100010110101001100101110101111100011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C5A9; }

 p { color: rgb(179,197,169); }

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

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

 a { background-color: rgb(179,197,169); }

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

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

 span { border-color: rgb(179,197,169); }

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