#BAC5B0

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

Shades of Pumice #BAC5B0

Tints of Pumice #BAC5B0

Color information

#BAC5B0 (or 0xBAC5B0) is unknown color: approx Pumice. HEX triplet: BA, C5 and B0. RGB value is (186,197,176). Sum of RGB (Red+Green+Blue) = 186+197+176=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 197 (77.34% from 255 or 35.24% from 559); Blue value is 176 (69.14% from 255 or 31.48% from 559); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC5B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC5B0 is #453A4F. Grayscale: #BFBFBF. Windows color (decimal): -4536912 or 11584954. OLE color: 11584954.

HSL color Cylindrical-coordinate representation of color #BAC5B0: hue angle of 91.43º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAC5B0 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB186197176-
CMYK0.0600.110.23
HSL91.43º15.33%73.14%-
HSV(B)91.43º10.66%77.25%-
XYZ48.0553.5148.87-
YUV191.32119.36124.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.27%
GREEN value IS 197 (77.34% from 255) = 35.24%
BLUE value IS 176 (69.14% from 255) = 31.48%
R=33.27%
G=35.24%
B=31.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861971760.0600.110.2391.4315.3373.14
HexBAC5B060B175bf49
Octal27230526060132713317111
Binary1011101011000101101100001100101110111101101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC5B0; }

 p { color: rgb(186,197,176); }

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

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

 a { background-color: rgb(186,197,176); }

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

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

 span { border-color: rgb(186,197,176); }

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