#B4C1AD

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

Shades of Pumice #B4C1AD

Tints of Pumice #B4C1AD

Color information

#B4C1AD (or 0xB4C1AD) is unknown color: approx Pumice. HEX triplet: B4, C1 and AD. RGB value is (180,193,173). Sum of RGB (Red+Green+Blue) = 180+193+173=546 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.97% from 546); Green value is 193 (75.78% from 255 or 35.35% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 193 - color contains mainly: green. Hex color #B4C1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C1AD is #4B3E52. Grayscale: #BABABA. Windows color (decimal): -4931155 or 11387316. OLE color: 11387316.

HSL color Cylindrical-coordinate representation of color #B4C1AD: hue angle of 99º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B4C1AD is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB180193173-
CMYK0.0700.100.24
HSL99º13.89%71.76%-
HSV(B)99º10.36%75.69%-
XYZ45.4450.8646.96-
YUV186.83120.19123.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.97%
GREEN value IS 193 (75.78% from 255) = 35.35%
BLUE value IS 173 (67.97% from 255) = 31.68%
R=32.97%
G=35.35%
B=31.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801931730.0700.100.249913.8971.76
HexB4C1AD70A1863e48
Octal26430125570123014316110
Binary1011010011000001101011011110101011000110001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C1AD; }

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

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

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

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

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

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

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

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