#B5C4AA

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

Shades of Pumice #B5C4AA

Tints of Pumice #B5C4AA

Color information

#B5C4AA (or 0xB5C4AA) is unknown color: approx Pumice. HEX triplet: B5, C4 and AA. RGB value is (181,196,170). Sum of RGB (Red+Green+Blue) = 181+196+170=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 196 (76.95% from 255 or 35.83% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 196 - color contains mainly: green. Hex color #B5C4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C4AA is #4A3B55. Grayscale: #BCBCBC. Windows color (decimal): -4864854 or 11191477. OLE color: 11191477.

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

Color convert

RGB181196170-
CMYK0.0800.130.23
HSL94.62º18.06%71.76%-
HSV(B)94.62º13.27%76.86%-
XYZ46.0552.2145.68-
YUV188.55117.53122.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.09%
GREEN value IS 196 (76.95% from 255) = 35.83%
BLUE value IS 170 (66.80% from 255) = 31.08%
R=33.09%
G=35.83%
B=31.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1811961700.0800.130.2394.6218.0671.76
HexB5C4AA80D175f1248
Octal265304252100152713722110
Binary101101011100010010101010100001101101111011111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C4AA; }

 p { color: rgb(181,196,170); }

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

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

 a { background-color: rgb(181,196,170); }

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

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

 span { border-color: rgb(181,196,170); }

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