#B1C0A5

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

Shades of Pumice #B1C0A5

Tints of Pumice #B1C0A5

Color information

#B1C0A5 (or 0xB1C0A5) is unknown color: approx Pumice. HEX triplet: B1, C0 and A5. RGB value is (177,192,165). Sum of RGB (Red+Green+Blue) = 177+192+165=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 165 (64.84% from 255 or 30.90% from 534); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C0A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C0A5 is #4E3F5A. Grayscale: #B8B8B8. Windows color (decimal): -5128027 or 10862769. OLE color: 10862769.

HSL color Cylindrical-coordinate representation of color #B1C0A5: hue angle of 93.33º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1C0A5 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB177192165-
CMYK0.0800.140.25
HSL93.33º17.65%70%-
HSV(B)93.33º14.06%75.29%-
XYZ43.7749.7642.9-
YUV184.44117.03122.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.15%
GREEN value IS 192 (75.39% from 255) = 35.96%
BLUE value IS 165 (64.84% from 255) = 30.90%
R=33.15%
G=35.96%
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.25
SystemRedGreenBlueCMYKHSL
Decimal1771921650.0800.140.2593.3317.6570
HexB1C0A580E195d1246
Octal261300245100163113522106
Binary101100011100000010100101100001110110011011101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C0A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C0A5; }

 p { color: rgb(177,192,165); }

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

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

 a { background-color: rgb(177,192,165); }

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

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

 span { border-color: rgb(177,192,165); }

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