#B1C0A8

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

Shades of Pumice #B1C0A8

Tints of Pumice #B1C0A8

Color information

#B1C0A8 (or 0xB1C0A8) is unknown color: approx Pumice. HEX triplet: B1, C0 and A8. RGB value is (177,192,168). Sum of RGB (Red+Green+Blue) = 177+192+168=537 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.96% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 168 (66.02% from 255 or 31.28% from 537); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C0A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C0A8 is #4E3F57. Grayscale: #B8B8B8. Windows color (decimal): -5128024 or 11059377. OLE color: 11059377.

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

Color convert

RGB177192168-
CMYK0.0800.120.25
HSL97.5º16%70.59%-
HSV(B)97.5º12.5%75.29%-
XYZ44.0549.8744.35-
YUV184.78118.53122.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.96%
GREEN value IS 192 (75.39% from 255) = 35.75%
BLUE value IS 168 (66.02% from 255) = 31.28%
R=32.96%
G=35.75%
B=31.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771921680.0800.120.2597.51670.59
HexB1C0A880C19611047
Octal261300250100143114120107
Binary101100011100000010101000100001100110011100001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C0A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C0A8; }

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

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

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

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

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

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

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

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