#BAC8B1

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

Shades of Pumice #BAC8B1

Tints of Pumice #BAC8B1

Color information

#BAC8B1 (or 0xBAC8B1) is unknown color: approx Pumice. HEX triplet: BA, C8 and B1. RGB value is (186,200,177). Sum of RGB (Red+Green+Blue) = 186+200+177=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 200 (78.52% from 255 or 35.52% from 563); Blue value is 177 (69.53% from 255 or 31.44% from 563); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC8B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC8B1 is #45374E. Grayscale: #C1C1C1. Windows color (decimal): -4536143 or 11651258. OLE color: 11651258.

HSL color Cylindrical-coordinate representation of color #BAC8B1: hue angle of 96.52º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAC8B1 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB186200177-
CMYK0.0700.120.22
HSL96.52º17.29%73.92%-
HSV(B)96.52º11.5%78.43%-
XYZ48.8454.9249.62-
YUV193.19118.86122.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.04%
GREEN value IS 200 (78.52% from 255) = 35.52%
BLUE value IS 177 (69.53% from 255) = 31.44%
R=33.04%
G=35.52%
B=31.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1862001770.0700.120.2296.5217.2973.92
HexBAC8B170C1661114a
Octal27231026170142614121112
Binary10111010110010001011000111101100101101100001100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC8B1; }

 p { color: rgb(186,200,177); }

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

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

 a { background-color: rgb(186,200,177); }

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

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

 span { border-color: rgb(186,200,177); }

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