#B4C5AA

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

Shades of Pumice #B4C5AA

Tints of Pumice #B4C5AA

Color information

#B4C5AA (or 0xB4C5AA) is unknown color: approx Pumice. HEX triplet: B4, C5 and AA. RGB value is (180,197,170). Sum of RGB (Red+Green+Blue) = 180+197+170=547 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.91% from 547); Green value is 197 (77.34% from 255 or 36.01% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 197 - color contains mainly: green. Hex color #B4C5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C5AA is #4B3A55. Grayscale: #BCBCBC. Windows color (decimal): -4930134 or 11191732. OLE color: 11191732.

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

Color convert

RGB180197170-
CMYK0.0900.140.23
HSL97.78º18.88%71.96%-
HSV(B)97.78º13.71%77.25%-
XYZ46.0452.5445.74-
YUV188.84117.37121.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.91%
GREEN value IS 197 (77.34% from 255) = 36.01%
BLUE value IS 170 (66.80% from 255) = 31.08%
R=32.91%
G=36.01%
B=31.08%

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
Decimal1801971700.0900.140.2397.7818.8871.96
HexB4C5AA90E17621348
Octal264305252110162714223110
Binary101101001100010110101010100101110101111100010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C5AA; }

 p { color: rgb(180,197,170); }

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

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

 a { background-color: rgb(180,197,170); }

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

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

 span { border-color: rgb(180,197,170); }

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