#B5C5A9

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

Shades of Pumice #B5C5A9

Tints of Pumice #B5C5A9

Color information

#B5C5A9 (or 0xB5C5A9) is unknown color: approx Pumice. HEX triplet: B5, C5 and A9. RGB value is (181,197,169). Sum of RGB (Red+Green+Blue) = 181+197+169=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 197 (77.34% from 255 or 36.01% from 547); Blue value is 169 (66.41% from 255 or 30.90% from 547); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C5A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C5A9 is #4A3A56. Grayscale: #BDBDBD. Windows color (decimal): -4864599 or 11126197. OLE color: 11126197.

HSL color Cylindrical-coordinate representation of color #B5C5A9: hue angle of 94.29º 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 #B5C5A9 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB181197169-
CMYK0.0800.140.23
HSL94.29º19.44%71.76%-
HSV(B)94.29º14.21%77.25%-
XYZ46.1852.6245.26-
YUV189.02116.7122.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.09%
GREEN value IS 197 (77.34% from 255) = 36.01%
BLUE value IS 169 (66.41% from 255) = 30.90%
R=33.09%
G=36.01%
B=30.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1811971690.0800.140.2394.2919.4471.76
HexB5C5A980E175e1348
Octal265305251100162713623110
Binary101101011100010110101001100001110101111011110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C5A9; }

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

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

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

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

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

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

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

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