#BAC1B5

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

Shades of Pumice #BAC1B5

Tints of Pumice #BAC1B5

Color information

#BAC1B5 (or 0xBAC1B5) is unknown color: approx Pumice. HEX triplet: BA, C1 and B5. RGB value is (186,193,181). Sum of RGB (Red+Green+Blue) = 186+193+181=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 193 (75.78% from 255 or 34.46% from 560); Blue value is 181 (71.09% from 255 or 32.32% from 560); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC1B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC1B5 is #453E4A. Grayscale: #BDBDBD. Windows color (decimal): -4537931 or 11911610. OLE color: 11911610.

HSL color Cylindrical-coordinate representation of color #BAC1B5: hue angle of 95º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BAC1B5 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB186193181-
CMYK0.0400.060.24
HSL95º8.82%73.33%-
HSV(B)95º6.22%75.69%-
XYZ47.6651.9251.22-
YUV189.54123.18125.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.21%
GREEN value IS 193 (75.78% from 255) = 34.46%
BLUE value IS 181 (71.09% from 255) = 32.32%
R=33.21%
G=34.46%
B=32.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861931810.0400.060.24958.8273.33
HexBAC1B5406185f949
Octal2723012654063013711111
Binary101110101100000110110101100011011000101111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC1B5; }

 p { color: rgb(186,193,181); }

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

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

 a { background-color: rgb(186,193,181); }

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

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

 span { border-color: rgb(186,193,181); }

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