#B4C1AA

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

Shades of Pumice #B4C1AA

Tints of Pumice #B4C1AA

Color information

#B4C1AA (or 0xB4C1AA) is unknown color: approx Pumice. HEX triplet: B4, C1 and AA. RGB value is (180,193,170). Sum of RGB (Red+Green+Blue) = 180+193+170=543 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.15% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 193 - color contains mainly: green. Hex color #B4C1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C1AA is #4B3E55. Grayscale: #BABABA. Windows color (decimal): -4931158 or 11190708. OLE color: 11190708.

HSL color Cylindrical-coordinate representation of color #B4C1AA: hue angle of 93.91º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B4C1AA is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB180193170-
CMYK0.0700.120.24
HSL93.91º15.65%71.18%-
HSV(B)93.91º11.92%75.69%-
XYZ45.1550.7545.45-
YUV186.49118.69123.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.15%
GREEN value IS 193 (75.78% from 255) = 35.54%
BLUE value IS 170 (66.80% from 255) = 31.31%
R=33.15%
G=35.54%
B=31.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801931700.0700.120.2493.9115.6571.18
HexB4C1AA70C185e1047
Octal26430125270143013620107
Binary10110100110000011010101011101100110001011110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C1AA; }

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

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

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

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

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

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

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

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